@charset "utf-8";
*{margin:0;padding:0;}
html{-ms-text-size-adjust: none;-webkit-text-size-adjust: none;-webkit-tap-highlight-color:transparent; font-size: 62.5%;}
body{color:#000; background: #fff;}
html,body{scroll-behavior: smooth;}
@font-face {
  font-family: 'os';
  src: url("../font/opensans.ttf"),
  url("../font/OpenSansBold.ttf"),
  url("../font/OpenSansSemibold.ttf")
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
body,input, button{font-family:-apple-system, BlinkMacSystemFont,'os',"Helvetica Neue","Hiragino Sans GB","Microsoft YaHei UI",Arial,sans-serif;line-height:24px;-webkit-font-smoothing:antialiased;}
dl,li,ol,ul{list-style-type:none; margin-bottom: 0;}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}
sub,sup{font-size:75%;line-height:0}
img{border:0; display: block;}
a{background-color:transparent;text-decoration:none}
p{margin-bottom: 0;}
a img{border:none}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}
audio:not([controls]){display:none;height:0;}
svg:not(:root){overflow:hidden;}
button,input,optgroup,select,textarea{box-sizing:content-box;margin:0;outline:0;color:inherit;font:inherit;}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;}
input[type=password]::-ms-reveal{display:none;}
button[disabled],html input[disabled]{cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
input[type=number] {-moz-appearance:textfield;}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none; margin: 0;}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto;}
input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}
input[type=text]{-webkit-appearance:none;}
fieldset{margin:0 2px;padding:.35em .625em .75em;border:1px solid silver;}
legend{padding:0;border:0}
textarea{overflow:auto;height: auto;padding: 0 15px;outline: none;resize: none;}
td,th{padding:0;}
em,i{font-style: normal}
label{color: #333;font-weight: 400;}
a:active,a:focus,a:hover{outline:0;text-decoration:none}
.clear{font-size:0; clear:both; line-height:0; height:0; overflow:hidden;}
.clearfix:after{visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
*:first-child+html .clearfix{zoom:1;}
* html .clearfix{zoom:1;}
/*fontSize*/
.mc-fontSize-56{
	font-size: 5.6rem;
	line-height: 6.6rem;
}
.mc-fontSize-38{
	font-size: 3.8rem;
	line-height: 4.8rem;
}
.mc-fontSize-30{
	font-size: 3rem;
	line-height: 4rem;
}
.mc-fontSize-24{
	font-size: 2.4rem;
	line-height: 3.4rem;
}
.mc-fontSize-20{
	font-size: 2rem;
	line-height: 3rem;
}
.mc-fontSize-18{
	font-size: 1.8rem;
	line-height: 2.8rem;
}
.mc-fontSize-16{
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.mc-fontSize-14{
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.mc-fontSize-12{
	font-size: 1.2rem;
	line-height: 2.2rem;
}
.mc-fontSize-h1,.mc-fontSize-h2,.mc-fontSize-h3{
	font-weight: bold;
	color: #3d3652;
}
.mc-fontSize-h5{
	color: #111111;
}
.mc-fontSize-h6,.mc-fontSize-h7,.mc-fontSize-h8,.mc-fontSize-h9,.mc-fontSize-h10{
	color: #000000;
}
@media (max-width: 1200px) {
	.mc-fontSize-16{
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
}
@media (max-width: 768px) {
	.mc-fontSize-56{
		font-size: 7.6rem;
		line-height: 8.4rem;
	}
	.mc-fontSize-38{
		font-size: 6.4rem;
		line-height: 7.4rem;
	}
	.mc-fontSize-30{
		font-size: 5rem;
		line-height: 6.6rem;
	}
	.mc-fontSize-24{
		font-size: 3.8rem;
		line-height: 4.8rem;
	}
	.mc-fontSize-20{
		font-size: 3.6rem;
		line-height: 4.6rem;
	}
	.mc-fontSize-18{
		font-size: 3.2rem;
		line-height: 4rem;
	}
	.mc-fontSize-16{
		font-size: 3.2rem;
		line-height: 4.4rem;
	}
	.mc-fontSize-14{
		font-size: 2.8rem;
		line-height: 3.4rem;
	}
	.mc-fontSize-12{
		font-size: 2.4rem;
		line-height: 3rem;
	}
}
/*layout*/
.mc-section {margin-right: auto;margin-left: auto;}
.mc-section-title{
	text-align: center;
	padding: 0 5%;
}
@media (min-width: 768px) {
	.mc-section {width: 750px;}
}
@media (min-width: 992px) {
	.mc-section {width: 970px;}
}
@media (min-width: 1201px) {
	.mc-section {width: 1200px;}
}
@media (max-width: 768px) {
	.mc-section-title{
		padding: 0;
		text-align: left;
	}
	.mc-subTitle{
		text-align: left;
	}
}
@media (max-width: 1280px) {
	.mc-section{
		padding: 0 6rem;
	}
}
.mc-section.mc-header {width: 100%;box-sizing: border-box;
    padding: 0 60px;}
.mc-section.mc-footer {width: 90%;}
/*flex*/
.mc-flex{display: flex;align-items: flex-start;justify-content: flex-start;}
.mc-flexCenter {display: flex;align-items: center ;justify-content: center;}
.mc-flexCenterStart {display: flex;align-items: start ;justify-content: center;}
.mc-flexSbStart {display: flex;align-items: start ;justify-content: space-between;align-items: stretch;}
.mc-flexSaStart {display: flex;align-items: start ;justify-content: space-around;}
.mc-flex-column{display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;}
.mc-flexClsDirectcolumn {display: flex;flex-direction: column;flex-wrap:wrap;align-items:flex-start;justify-content: center;}
.mc-flexClsDirectcolumn > div{white-space: nowrap;}
.mc-flexClsDirectLeft {display: flex;flex-direction: row;flex-wrap:nowrap;justify-content: flex-start;}
.mc-flexClsDirectwWrapLeft {display: flex;flex-direction: row;flex-wrap:wrap;justify-content: flex-start;}
.mc-flexClsLeftLinkAutoWid {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-around;align-content: flex-start;}
.mc-flexClsDirectwWrapLeftStart {display: flex;flex-direction: row;flex-wrap:wrap;justify-content: flex-start;align-content: flex-start;}
.mc-flexClsDirectRight {display: flex;flex-direction: row;flex-wrap:nowrap;justify-content: flex-end;}
.mc-flexClsNowrapSpcBtw {display: flex;flex-direction: row;flex-wrap:nowrap;justify-content: space-between;}
.mc-flexClsNowrapSpcArd {display: flex;flex-direction: row;flex-wrap:nowrap;justify-content: space-around;}
.mc-flexClsWrapSpcArd {display: flex;flex-direction: row;flex-wrap:wrap;justify-content: space-between;}
.mc-flex1{flex: 1;}
.mc-flexColumBox {display: flex;flex-flow: column;align-items: stretch;}
.mc-fixedHig{flex: 0;}
.mc-autoFullHig{flex: 1;}
.mc-flexWidthBox{display: flex;}
.mc-autoFullWidth{flex:1 1 auto;}
.mc-fixWidth{flex:0 0 auto;}

/*header*/
.mc-header-login{
	display: flex;
    align-items: center;
	margin-left: 16px;
}
.mc-header{
	height: 60px;
	position: sticky;
    background: #fff;
	top: 0;
	z-index: 1001;
}
.mc-header-inner{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
shadow::before{
	content: '';
	box-shadow: 0 0 15px 1px #999;
	position: fixed; /*无需 top 值*/
	width: 100%;
  }
  shadow::after{
	content: '';
	width: 100%;
	height: 30px;
    background: linear-gradient(to bottom, #fff 50%, transparent);
	position: absolute; /*无需 top 值*/
  }
.mc-header-link{
	line-height: 74px;
	position: relative;
}
.mc-header-linkitem + .mc-header-linkitem{
	margin-left: 30px;
}
.mc-header-linkitem-title{
	font-size: 16px;
	font-size: 1.6rem;
	animation: all .2s;
	cursor: pointer;
}
.mc-header-linkitem-title-light{
	color: #fff;
}
.mc-header-linkitem-title:hover{
	opacity: .8;
}
.mc-login-btn{
	    border: 1px solid #436AEE;
	    border-radius: 18px;
	    color: #fff;
	    font-size: 14px;
	    font-size: 1.4rem;
	    box-sizing: border-box;
	    cursor: pointer;
	    transition: all .2s;
	    background: #436AEE;
	    color: #fff;
	    font-weight: 600;
	    display: inline-block;
	    line-height: 100%;
}
.mc-login-btn .mc-header-nav{
	padding: 11px 29px;
	display: block;
}
.mc-login-btn-light{
	border-color: #fff;
	background: transparent;
	    color: #fff;
}
/* .mc-login-btn:hover{
	opacity: .8;
} */
.mc-login-btn .icon-yellowarrow{
	font-size: 12px;
	margin-left: 5px;
}
.mc-contact-btn{
	margin-right: 20px;
}
.mc-contact-btn .mc-header-nav{
	color: #436AEE;
	font-size: 1.6rem;
	font-weight: bold;
}
/* .mc-contact-btn a:hover{
	opacity: .8;
} */
.mc-contact-btn-light a{
	color: #fff;
}
.mc-header-sm {
	display: flex;
	align-items: center;
}
.mc-header-logo{
	width: 185px;
	display: flex;
	align-items: center;
}
.mc-header-logo img, .mc-footer-logo img{
	width: auto;
	max-height: 31px;
	max-height: 28px;
}
.mc-header-options-container{
	height: 70px;
    position: absolute;
    top: 0;
    width: 100%;
	left: 0;
}
.mc-header-nav:hover .mc-header-options{
	display: block;
}
.mc-header-options{
	position: absolute;
	    top: 58px;
	    background: #FFFFFF;
	    box-shadow: 0px 15px 40px 0px rgb(70 68 73 / 50%);
	    border-radius: 30px;
	    box-shadow: 0px 3px 7px 0 rgb(70 68 73 / 24%);
	    border-radius: 10px;
	    padding: 15px 10px;
	    z-index: 1000;
	    left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	display: none;
	white-space: nowrap;
}
.mc-header-options.mc-header-options-forcompany{
	left: calc(50% + 200px);
	padding: 20px;
}
.mc-header-options.mc-visible{
	visibility: visible;
}
.mc-options-item-title{
	line-height: 48px;
	font-size: 1.4rem;
	color: #C2C4D2;
	font-weight: 600;
}
.mc-options-item{
	float: left;
	height: 85px;
}
.mc-options-item-company{
	height: 35px;
}
.mc-options-item-company .mc-options-item-inner{
	    padding: 0 20px;
}
.mc-options-item-company .mc-options-text-title{
	font-weight: 400;
}
.mc-options-item:not(.disabled):not(.mc-options-item-sp-wrap):hover{
	background: #436AEE;
	border-radius: 15px;
	color: #fff;
}
.mc-options-item:not(.disabled):not(.mc-options-item-sp-wrap):hover .mc-options-text-title{
	color: #fff;
}
.mc-options-item.mc-options-item-sp-wrap{
	background: #fff;
	border-radius: 0;
	width: 450px;
	justify-content: space-between;
	margin-bottom: 25px;
}
.mc-options-item-sp-wrap{
	width: auto;
	height: auto;
	display: flex;
}
.mc-options-text-title{
	font-size: 1.6rem;
	font-size: 1.4rem;
	font-weight: 600;
	color: #000;
}
.mc-options-soon{
	background: rgba(67, 106, 238, .8);
	    font-size: 12px;
	    text-align: center;
	    border-radius: 10px;
	    margin-left: 8px;
	    color: #fff;
	    display: inline-block;
	    font-weight: 400;
	    padding: 0 8px;
		height: 20px;
		    line-height: 20px
}
.mc-options-text-detail{
	font-size: 1.4rem;
	font-weight: 400;
	color: #425466;
	cursor: pointer;
}
.mc-options-item-sp .mc-options-text-title{
	line-height: 20px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.mc-options-item-sp .mc-options-text-detail{
	line-height: 30px;
	cursor: pointer;
	transition: all .2s;
}
.mc-options-item-sp .mc-options-text-detail:hover{
	opacity: .8;
}
.mc-options-linkarrow .icon-yellowarrow{
	    font-size: 13px;
	    font-size: 14px;
	    top: 50%;
	    /* transition: all .5s; */
	    position: relative;
	    transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	    display: inline-block;
		opacity: 0;
}
.mc-options-item:not(.disabled):hover .mc-options-linkarrow .icon-yellowarrow{
	opacity: 1;
}
.mc-options-item-link a{
	text-decoration: none;
	cursor: pointer;
	/* transition: all .2s; */
}
.mc-options-item.disabled a:hover{
	cursor: auto;
}
.mc-options-item.disabled .mc-options-text-title, .mc-options-item.disabled .mc-options-text-detail{
	color: #C2C4D2;
}
.mc-options-item-link{
	line-height: 34px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.mc-options-item-link:nth-last-child(2){
	margin-bottom: 0;
	margin-top: 0;
}
.mc-options-item-link:nth-last-child(3){
	margin-bottom: 10px;
}
.mc-options-item-link-text{
	display: block;
	line-height: 15px;
	color: #C2C4D2;
	font-size: 1.2rem;
	font-weight: 400;
}
.mc-options-item-link a img{
	    width: 28px;
	    display: inline-block;
	    margin-right: 10px;
	    height: auto;
	    position: relative;
	    top: -1px;
}
.mc-options-item-link a:hover{
	opacity: .8;
}
.mc-options-item-link a .icon-yellowarrow{
	opacity: 0;
	/* transition: all .2s; */
	margin-left: 10px;
	font-size: 12px;
}
.mc-options-item-link a:hover .icon-yellowarrow{
	opacity: 1;
}
.mc-options-linkcontent{
	display: flex;
}
.mc-options-text-detail2{
	line-height: 6px;
}
.mc-header-options-inner{
	position: relative;
}
.mc-options-arrow {
	width: 25px;
	    height: 25px;
	    display: inline-block;
	    position: absolute;
	    top: -30px;
	    z-index: 100;
	    border-top: 1px solid rgb(70 68 73 / 7%);
	    border-left: 1px solid rgb(70 68 73 / 7%);
	    transform: translateX(-50%) rotate(45deg);
		left: 50%;
		background: #fff;
}
.mc-options-list-inner{
	/* transition: all .3s; */
	position: relative;
}
.mc-options-list-inner.show{
	display: flex;
}
.mc-header-options-mobile{
	    position: fixed;
	        margin: 20px 15px 0 15px;
	        background: #FFFFFF;
	        box-shadow: 0 15px 40px 0 rgb(0 0 0 / 30%);
	        border-radius: 15px;
	        width: calc(100% - 30px);
	        left: 0;
	        top: 0;
			display: none;
			padding-top: 20px;
}
.mc-header-options-mobile-inner{
	padding: 30px;
	padding-bottom: 5rem;
	position: relative;
}
.mc-header-options-close{
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer;
	transition: all .2s;
}
.mc-header-options-close .icon-close{	
	font-size: 12px;
	color: #666;
	font-weight: 600;
}
.mc-header-options-close:hover{
	opacity: .8;
}
.mc-header-options-section-title{
	font-size: 2.2rem;
	font-weight: 600;
	color: #666;
	line-height: 18px;
}
.mc-header-options-section-list{
	
}
.mc-header-options-section-listrow, .mc-header-options-mobile-link{
	display: flex;
}
.mc-header-options-section-listrow{
	justify-content: space-between;
}
.mc-header-options-section-listrow{
	margin-top: 12px;
}
.mc-header-options-mobile-link .mc-header-options-listitem-pic{
	width: 20px;
	height: 20px;
	margin-right: 13px;
}
.mc-header-options-mobile-link .mc-header-options-listitem-pic img{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	max-width: 20px;
	max-height: 20px;
	width: auto;
	height: auto;
}
.mc-header-options-mobile-link{
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	transition: all .2s;
}
.mc-header-options-mobile-link:hover{
	opacity: .8;
}
.mc-header-options-section-listitem{
	width: 47%;
}
.mc-header-options-section-listitem + .mc-header-options-section-listitem{
	margin-left: 6%;
}
.mc-header-options-section{
	padding-bottom: 4rem;
	border-bottom: 2px solid rgba(153, 153, 153, .3);
}
.mc-header-options-section + .mc-header-options-section{
	padding-top: 4rem;
}
.mc-header-options-section-other{
	border-bottom: 0;
}
.mc-header-options-listitem-text{
	font-size: 2rem;
	font-weight: 400;
	color: #000;
}
.mc-header-options-listitem-text.disabled{
	color: #C2C4D2;
}
.mc-header-options-section-btngroup{
	    text-align: center;
	    height: 50px;
}
.mc-header-options-section-btn{
	padding: 0 70px;
	    font-size: 3.2rem;
	    font-weight: 600;
	    color: #FFF;
	    background: #436AEE;
	    border-radius: 41px;
	    box-sizing: border-box;
	    display: inline-block;
	    height: 40px;
	    line-height: 40px;
	    cursor: pointer;
	    transition: all .2s;
}
.mc-header-options-section-btn:hover{
	background: #2254ff;
}
.mc-header-options-section-btn .icon-yellowarrow{
	    font-size: 3.4rem;
}
.mc-header-expander{
	display: none;
}
.mc-header-expander-inner{
	width: 20px;
	height: 18px;
}
.mc-header-expander-line{
	display: inline-block;
	border-bottom: 2px solid #1F1F1F;
	width: 100%;
	float: left;
}
.mc-header-expander-inner.mc-header-expander-light .mc-header-expander-line{
	border-bottom: 2px solid #fff;
}
.mc-header-expander-line + .mc-header-expander-line{
	margin-top: 6px;
}
@media (max-width: 1100px) {
	
	.mc-header-logo img, .mc-footer-logo img {
		width: auto;
		max-height: 22px;
	}
	.mc-footer-logo img {
		margin: 0 auto;
	}
	.mc-header-logo{
		width: 132px;
	}
}
@media (max-width: 992px) {
	.mc-header-link, .mc-header-login{
		display: none;
	}
	.mc-section.mc-header{
		padding: 0 12px;
	}
	.mc-header-expander{
		    display: none;
		    position: fixed;
		    top: 21px;
		    right: 30px;
			cursor: pointer;
			transition: all .2s;
	}
	.mc-header-expander:hover{
		opacity: .8;
	}
}
@media (max-width: 600px) {
	.mc-header-options-mobile-link{
		line-height: 20px;
		height: 20px;
        text-wrap: nowrap;
	}
	.mc-header-options-listitem-text{
		font-size: 2.6rem;
	}
	.mc-header-options-mobile-link .mc-header-options-listitem-pic{
		width: 20px;
		height: 20px;
	}
	.mc-header-options-mobile-link .mc-header-options-listitem-pic img{
		width: 18px;
	}
	.mc-header-options-mobile-link .mc-header-options-listitem-pic_Risk img, .mc-header-options-mobile-link .mc-header-options-listitem-pic_Reports img{
		height: 18px;
		width: auto;
	}
	.mc-header-options-mobile-inner{
		padding-left: 20px;
		padding-right: 20px;
	}
	.mc-header-options-mobile-link .mc-header-options-listitem-pic{
		margin-right: 5px;
	}
	.mc-header-options-section-title{
		font-size: 2.8rem;
	}
}
/*link box*/
.mc-link-box{
	background: #0B1B40;
}
.mc-link-box-inner{
	padding: 10rem 0;
	display: flex;
	justify-content: space-between;
	max-width: 90%;
	flex-wrap: wrap;
}
.mc-link-box-left-title{
	font-size: 3.8rem;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 4rem;
}
.mc-link-box-left-text{
	font-size: 1.8rem;
	color: #B4C4E9;
	max-width: 520px;
}
.mc-link-box-left{
	width: 55%;
}
.mc-link-box-right{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (max-width: 1080px) {
	.mc-link-box-inner{
		justify-content: center;
	}
	.mc-link-box-left, .mc-link-box-right{
		width: 100%;
	}
	.mc-link-box-left{
		margin-bottom: 30px;
	}
}
@media (max-width: 768px) {
	.mc-link-box-left-text{
		font-size: 15px;
	}
	.mc-link-box-left-title{
		font-size: 22px;
	}
}
/*footer*/
.mc-footer{
	padding: 6rem 0 4rem 0;
	max-width: 1230px;
}
.mc-footer-sm{
	font-size: 14px;
	font-size: 1.4rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.mc-footer-logo{
	margin-bottom: 25px;
}
.mc-footer-linkitem{
	font-weight: 600;
}
.mc-footer-linkitem-title{
	color: #000000;
	font-size: 2rem;
	margin-bottom: 15px;
}
.mc-footer-linkitem-jump{
	color: #828395;
	font-size: 1.8rem;
	line-height: 40px;
	animation: all .2s;
	cursor: pointer;
	font-weight: 400;
}
.mc-footer-linkitem-jump.disabled{
	color: #C2C4D2;
	cursor: auto;
}
.mc-footer-linkitem-jump.disabled a:hover{
	cursor: auto;
}
.mc-footer-linkitem-jump:not(.disabled):hover{
	opacity: .8;
}
.mc-footer-linkitem + .mc-footer-linkitem{
	margin-left: 45px;
}
.mc-footer-text{
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
	line-height: 24px;
}
.linking-container{
	display: flex;
	margin: .9rem 0 .9rem 1.5rem;
}
.linking-item{
	border-radius: 50%;
	height: 22px;
	margin-right: 1.5rem;
}
.linking-item svg{
	font-size: 22px;
	cursor: pointer;
}
.linking-item.facebook{
	height: 34px;
	background: #FFFFFF;
    border-radius: 19rem;
    border: 1px solid #E5E5F0;
    padding: 3px;
}
.linking-item.facebook svg{
	font-size: 26px;
}
.mc-options-item-inner{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 15px 20px;
	height: 100%;
	cursor: pointer;
}
.mc-options-item-wrap{
	display: flex;
	flex-direction: column;
}
.mc-options-img{
	width: 40px;
	width: 35px;
	margin-right: 15px;
}
.mc-options-img img{
	width: 30px;
	margin-right: 22px;
}
.mc-options-img-invoicing img{
	width: auto;
	height: 30px;
}
.mc-options-img-integrations img, .mc-options-img-risk img, .mc-options-img-reports img{
	width: 25px;
}
.mc-options-img img{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.mc-options-text{
	line-height: 24px;
	line-height: 26px;
}
.mc-options-text-company{
	line-height: 35px;
	padding-right: 10px;
}
.front_iconfont.icon-yellowarrow{
	font-weight: 400;
}
.index-show {
	display: none;
}
@media (max-width: 1200px) {
	.mc-footer .mc-flexSbStart{
		flex-direction: column;
		    width: 85%;
		    margin: 0 auto;
	}
	.mc-footer-sm{
		margin-bottom: 20px;
	}
	.mc-footer-linkitem + .mc-footer-linkitem{
		margin-left: 0;	
	}
	.mc-footer-link.mc-flexCenterStart{
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.mc-footer-linkitem-title{
		font-size: 1.8rem;
	}
}
@media (max-width: 992px) {
	.mc-footer-linkitem{
		width: 45%;
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.mc-footer-linkitem-title{
		font-size: 3.2rem;
	}
	.mc-footer-linkitem-jump{
		font-size: 2.8rem;
	}
	.mc-footer-text{
		font-size: 2.8rem;
	}
}
/*button*/
.mc-button-group{
	margin-top: 4rem;
	display: flex;
}
.mc-button{
	box-sizing: border-box;
	min-width: 200px;
	display: inline-block;
	background: transparent;
	border: 1px solid #436aee;
	border-radius: 27px;
	color: #436aee;
	cursor: pointer;
	text-align: center;
	animation: all .2s;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 0 1rem;
    margin-top: 10px;
}
.mc-button.mc-button-small{
	min-width: 160px;
}
.mc-link-box-right-btnItem.mc-button{
	border: 1px solid #FFBA06;
	color: #FFBA06;
}
.mc-link-box-right-btnItem.mc-button:hover{
	opacity: .8;
	background: transparent;
}
.mc-button a, a.mc-button{
	padding: 1.3rem 0;
	display: block;
	/* position: relative;
	top: 50%;
	transform: translateY(-50%); */
}
.mc-button img{
	display: inline-block;
}
.mc-button + .mc-button{
	margin-left: 2rem;
}
.mc-button.mc-button-primary{
	color: #fff;	
	background: #436aee;
}
.mc-button:hover{
	background: #F5F7FC;
}
.mc-button.mc-button-primary:hover{
	background: #3252bd;
}
.mc-button .front_iconfont{
	margin-left: 10px;
	font-size: 13px;
}

.mc-button-animate{
    position: relative;
}
.mc-button-animate::before{
	content: "";
	display: block;
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0) 100%);
    animation-name: shimmer;
    animation-duration: 4s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    transform: translateX(-50%);
	pointer-events: none;
}
@keyframes shimmer {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(50%);
    }
}
.mc-box-wrap{
	margin-bottom: 10rem;
}
.mc-box{
	height: auto;
	background: #fff;
	box-shadow: 0 20px 40px 0 rgba(10, 34, 56, 0.2);
	border-radius: 3rem;
	padding-bottom: 7rem;
	    position: relative;
		box-sizing: border-box;
		text-align: center;
}
.mc-box img{
	width: 6rem;
	    height: 4.9rem;
	    display: block;
	    margin: 3.8rem auto 3rem;
}
.mc-box-line{
	    margin: 1.5rem auto 0 auto;
		position: relative;
		height: 0.2rem;
		background: #e5e5f0;
		width: 85%;
}
  .mc-box-line::after {
    margin-left: -1.1rem;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 2.2rem;
    height: 0.2rem;
    background: #00037a;
  }
  .mc-box-text{
	      font-size: 1.4rem;
	      text-align: center;
	      line-height: 2.2rem;
	      margin: auto;
		  width: 85%;
  }
.mc-box-link{
	    position: absolute;
	    text-align: center;
	    left: 50%;
	    transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    bottom: 3.8rem;
	    display: inline-block;
	    width: 100%;
}
.mc-box-link a{
	cursor: pointer;
	font-size: 1.4rem;
	text-decoration: underline;
	color: #6786F1;
}
.mc-title-mobile{
	display: none;
}
@media (max-width: 992px) {
	.mc-section-title.tl-title{
		text-align: left;
		padding: 0;
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.mc-button{
		font-size: 2.8rem;
	}
	.mc-box-link a{
		font-size: 14px;
	}
	.mc-title-pc{
		display: none;
	}
	.mc-title-mobile{
		display: inline-block;
	}
}
@media (max-width: 500px) {
	.mc-button{
		width: 100%;
		max-width: 100%;
	}
	.mc-button a, a.mc-button{
		padding: 12px 0;
	}
	.mc-button + .mc-button{
		/* margin-left: 4%; */
	}
    .mc-button + .mc-button{
        margin-left: unset;
    }
	.mc-box img{
		width: 12rem;
		max-height: 12rem;
		height: auto;
	}
	.mc-box{
		padding: 4rem 6rem 10rem;
		margin-bottom: 4.8rem;
		width: 100%!important;
		max-width: 100%!important;
	}
	.mc-box-line, .mc-box-text{
		width: 100%;
	}
	.mc-box-text{
		text-align: left;
	}
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
/*main*/
.mc-main-wrap{
	
}
.ripple {
    position: absolute;
    bottom: -8rem;
    left: 50%;
    z-index: 99;
    width: 7rem;
    height: 19.6rem;
    transform: translateX(-50%);
  }


.mc-policy-tips{
	bottom: 20px;
	left: 50px;
	background-color: #fff;
	width: 400px;
	border: 1px solid rgba(70, 68, 73, 0.2);
	border-radius: 15px;
	box-shadow: 0 15px 40px rgba(70, 68, 73, 0.2);
	z-index: 100;
}
.mc-policy-setting{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1001;
}

.mc-policy-layer{
	width: 600px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 15px;
}

.mc-policy .mc-policy-title{
	font-weight: 800;
	font-size: 18px;
}
.mc-policy .mc-policy-text{
	font-size: 14px;
}
.mc-policy .mc-policy-btn>div{
	width: 130px;
	padding: 10px 14px;
	min-width:133px;
}
.mc-policy .mc-policy-save>div{
	padding: 10px 14px;
}

.mc-policy-setting .mc-policy-text{
	color: rgba(0, 0, 0, 0.5);
}

.mc-policy-setting-cl{
	margin: 5px;
}
.mc-policy-setting-cr{
	margin-left: 24px;
}
.mc-reports-balance{
	background: #fff;
	padding: 10px 0;
	border-radius: 20px;
	color: #050f19;
	box-shadow: 0 20px 40px 0 
			rgba(10, 34, 56, 0.2), 
			0 0 10px 0 
			#c1cde6;
			margin: 30px 0;
}
.mc-report-balance-nav{
	display: flex;
	padding-left: 15px;
	border-bottom: 1px solid rgb(236, 239, 241);
}
.mc-report-balance-nav div{
	padding: 5px 10px;
	margin-right: 10px;
	font-weight: 600;
}
.mc-report-balance-nav div:first-child{
	color: #1652F0;
	border-bottom: 1px solid #1652F0;
}
.mc-report-balance-tip{
	padding-left: 15px;
}
.mc-report-balance-btn-group{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	padding-left: 15px;
}
.mc-report-balance-btn-item{
	width: auto;
	    height: 30px;
	    background: #FFFFFF;
	    border: 1px solid #ECEFF1;
	    -webkit-box-shadow: 0px 1px 3px 0px rgb(91 97 110 / 20%);
	    box-shadow: 0px 1px 3px 0px rgb(91 97 110 / 20%);
	    border-radius: 5px;
	    margin-top: 14px;
	    margin-bottom: 16px;
		padding: 0 20px;
		font-size: 12px;
	    line-height: 30px;
		margin-right: 20px;
}
.mc-report-balance-part > div{
	padding: 0 15px;
	display: flex;
}
.mc-report-balance-part-nav{
	border-bottom: 1px solid rgb(236, 239, 241);
	display: flex;
	justify-content: space-between;
}
.mc-report-balance-navTitle{
	color: #050F19;
	font-weight: 600;
	line-height: 36px;
}
.mc-report-balance-navTitle + div{
	display: inline-block;
	    padding: 0 12px;
	    background: #fff;
	    border-radius: 4px;
	    color: #050F19;
	    text-align: center;
	    line-height: 30px;
	    border: 1px solid #f2f2f2;
	    -webkit-box-shadow: 0 1px 2px 0 rgb(45 45 45 / 16%);
	    box-shadow: 0 1px 2px 0 rgb(45 45 45 / 16%);
	    white-space: nowrap;
		margin-bottom: 5px;
}
.mc-report-balance-part-tip{
	line-height: 16px;
	    margin-top: 10px;
}
.mc-report-balance-part-point{
	margin-top: 10px;
	font-weight: 600;
	color: #050F19;
	justify-content: space-between;
}
.mc-report-balance-part-point div{
	padding: 5px 0;
}
.mc-report-balance-part-grey{
	background: #F6F7FA;
}
.mc-report-balance-part-sumary{
	flex-direction: column;
	margin: 8px 0;
}
.mc-report-balance-part-sumary2{
	flex-direction: column;
	padding: 8px 15px!important;
}
.mc-report-balance-part-sumary div, .mc-report-balance-part-sumary2 div{
	display: flex;
}
.mc-report-balance-part-sumary > div, .mc-report-balance-part-sumary2 > div{
	padding-left: 4%;
	justify-content: space-between;
}
.mc-report-balance-part-sumary > div + div, .mc-report-balance-part-sumary2 > div + div{
	padding-top: 5px;
}
.mc-report-balance-part-table{
	border-right: 1px solid #ECEFF1;
	border-bottom: 1px solid #ECEFF1;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.mc-report-balance-part-table td{
	border-left: 1px solid #ECEFF1;
	    border-top: 1px solid #ECEFF1;
		height: 34px;
}
.mc-report-balance-part-table .TRtitle{
	font-weight: 600;
}
.mc-report-balance-part-table tr:nth-child(even) {
    background: #F6F7FA;
}

#mc-linking {
	background: #FFFFFF;
	border-radius: 19rem;
	border: .1rem solid #E5E5F0;
}
#mc-lang{
	position: relative;
	font-size: 14px;
	margin-left: 16px;
}
#mc-lang-default{
	padding: 0 10px;
	background: #FFFFFF;
	cursor: pointer;
	display: flex;
	margin-left: 10px;
	margin-right: 10px;
	height: 36px;
	border-radius: 19rem;
	border: .1rem solid #E5E5F0;
	align-items: center;
    justify-content: space-evenly;
	max-width: 50px;
}
#mc-lang:hover #mc-lang-list{
	display: block;
}
#mc-lang-default span{
	display: flex;
    align-items: center;
}
#mc-lang-default .iconfont {
	font-size: 1rem;
	margin-left: .4rem;
	display: block;
}
#mc-lang-default > i{
	font-size: 1.2rem;
	margin-right: 1.8rem;
}
#mc-lang-list{
	width: 6rem;
	background: #FFFFFF;
	box-shadow: 0 2rem 4rem 0 rgba(10, 34, 56, 0.2);
	border-radius: 9px;
	position: absolute;
	white-space: nowrap;
	left: calc(50%);
    transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	display: none;
}

#mc-lang-list>li{
	padding: 1.6rem 0;
    text-align: center;
}
.icon-lang{
	display: inline-block;
	font-size: 1.8rem;
	margin-right: 1.5rem;
}
.mc-header-login-mobile {
	display: none;
}

#mc-platforms:hover .linking-container{
	display: flex;
}
.linking-container-m{
	background: #fff;
	padding: 5px 12px;
	left: 17px;
	top: 34px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
}
.linking-container-m .linking-item{
	margin-top: 15px;
}

.content_wrapper {
	display: block;
  margin-top: 3rem;
    margin-bottom: 4rem;
	text-align: center;
}
.content_wrapper .activate_mc_card_wrapper {
	font-weight: bold;
	font-size: 2rem;
	color: #436AEE;
	line-height: 2.3rem;
	text-align: center;
	background: #F8F9FF;
	border-radius: 3.3rem;
	border: .1rem solid #436AEE;
	display: inline-block;
	padding: 1.2rem 2.5rem;
	cursor: pointer;
	margin-bottom: 2rem;
}
.content_wrapper .activate_mc_card_wrapper:hover {
	color: #F8F9FF;
	background: #436AEE;
}
.content_wrapper .activate_mc_card {
	display: flex;
	align-items: center;
	justify-content: center;
}
.content_wrapper .activate_mc_card_hot {
	width: 1.6rem;
	height: 2.2rem;
	margin-left: .4rem;
}
.content_wrapper .content_title {
	font-weight: bold;
	font-size: 6.4rem; 
	color: #3D3652;
	line-height: 6.5rem;
	margin-bottom: 1rem;
}
.content_wrapper .content_outside_chain_wrapper {
	margin-top: 5rem;
	overflow: hidden;
}
.content_wrapper .content_center_position {
	position: relative;
}
.content_wrapper .content_underline {
	cursor: pointer;
	font-weight: bold;
	font-size: 5.5rem;
	line-height: 6.4rem;
}
.content_wrapper .content_underline::after {
	content: "";
	display: block;
	height: 2px;
	background-color: black;
	margin-top: 5px;
    margin-left: -2rem;
    margin-right: -2rem;
	transition: margin-right 0.3s;
}
.content_wrapper .content_underline_one::after {
    margin-right: -12rem;
}
.content_wrapper .content_highlight {
	color: #436AEE;
}
.content_wrapper .content_center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.content_wrapper .content_media_img {
	width: 7rem;
	height: 6.8rem;
	cursor: pointer;
	position: absolute;
    left: -10rem;
    bottom: 0;
}
.content_wrapper .content_center_arrow_wrapper {
	display: none;
}
.content_wrapper .content_center_arrow {
	width: 4.2rem;
	height: 4.2rem;
	cursor: pointer;
	position: absolute;
    right: -13rem;
    bottom: 1.2rem;
	transform: rotate(-90deg);
	font-size: 3.4rem;
	font-weight: bold;
}

@media (max-width:768px ) {
	body,input, button{
		font-family:-apple-system, BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans GB","Microsoft YaHei UI",Arial,sans-serif;
		line-height:24px;-webkit-font-smoothing:antialiased;}
		#mc-linking{
			display: none;
		}
	.mc-policy-tips{
		width: 94%;
		right: 50%;
		margin-right: -47%;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.mc-policy-layer{
		width: 94%;
	}

	#mc-lang{
		font-size: 14px;
	}
	#mc-lang-list{
		padding: 5px 12px;
		width: 70px;
	}
	#mc-lang-default {
		padding: 3.5px 9.5px;
		font-size: 12px;
		height: 26px;
	}
	#mc-lang-default .iconfont {
		display: none;
	}
	#mc-lang-default > i{
		font-size: 12px;
		margin-left: 5px;
	}
	.icon-lang{
		font-size: 12px;
	}
	.content_wrapper .content_underline {
		font-size: 3.2rem;
		line-height: 4.9rem;
	}
}

/* app download css*/
.app_download_wrapper{
	position: absolute;
	padding: 45px 34px;
	width: 446px;
	height: 294px;
	background: #FFF;
	box-shadow: 0 5px 10px 0 rgba(70,68,73,0.2);
	border-radius: 30px;
	right: 0;
	    bottom: 50px;
}
.app_download_text{
	font-size: 14px;
	color: #050F19;
	line-height: 20px;
	margin-bottom: 30px;
}
.app_download_code_wrapper{
	width: 100%;
	    display: flex;
	    justify-content: space-evenly;
}
.app_download_code_img{
	width: 139px;
	    height: 139px;
	    border: 2px solid rgba(0,0,0,0.5);
	    border-radius: 10px;
}
.app_download_code_img img{
	width: 131px;
	    height: 131px;
	    position: relative;
	    top: 2px;
	    margin: auto;
}
.app_download_btns{
	display: flex;
	    flex-direction: column;
	    justify-content: space-evenly;
}
.app_download_btn{
	width: 142px;
	height: 42px;
	background: #1652F0;
	border-radius: 21px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	color: #FEFEFE;
	text-align: center;
	line-height: 40px;
}
.app_download_btn:hover{
	opacity: .9;
}
.app_download_btn i{
	margin-right: 18px;
}
.app_download_inner{
	position: relative;
}
@media (max-width: 992px) {
	.app_download_wrapper{
		/* width: 100%; */
		    height: auto;
			left: 0;
	}
	/* .app_download_code_img{
		margin-right: 15px;
	} */
}
@media (max-width: 670px) {
	.content_wrapper .content_title {
		font-size: 3rem;
	}
}
@media (max-width: 520px) {
	.app_download_wrapper{
		width: 320px;
			left: -15px;
	}
	.app_download_code_wrapper{
		flex-direction: column;
	}
	.app_download_code_img{
		margin: auto;
		margin-bottom: 25px;
	}
	.app_download_btns{
		align-items: center;
		    flex-direction: row;
	}
	#adr-link{
		margin-left: 12px;
	}
	.content_wrapper {
		margin-top: 4.2rem;
	}
	.content_wrapper .content_underline {
		font-size: 3.2rem;
		line-height: 4.9rem;
	}
	.content_wrapper .content_underline::after {
		margin-top: 0;
	}
	.content_wrapper .content_title_time {
		font-size: 5.5rem;
    	line-height: 6.4rem;
		display: block;
		margin-bottom: 2rem;
	}
	.content_wrapper .content_title_keyword {
		font-size: 7.6rem;
    	line-height: 8.9rem;
	}
	.content_wrapper .content_title_partner {
		font-size: 5.5rem;
    	line-height: 6.4rem;
		margin-top: 2rem;
	}
	.mc-flexCenterStart {
		display: none;
	}
	.linking-container {
		justify-content: center;
		margin: .9rem 2.8rem;
	}
	.linking-item {
		margin-right: 4rem;
	}
	.linking-item:last-child {
		margin-right: 0;
	}
	.mc-header-login-mobile {
		display: flex;
	}
	.mc-contact-btn, .mc-login-btn {
		background: #436AEE;
		width: 68px;
		border-radius: 4.1rem;
		text-align: center;
		font-size: 12px;
	}
	.mc-login-btn {
		line-height: unset;
	}
	.mc-login-btn .mc-header-nav {
		padding: 0;
	}
	.mc-contact-btn .mc-header-nav {
		font-size: 12px;
    	color: #ffffff;
	}
	.mc-options-text-title {
		font-size: 12px;
	}
	.mc-options-linkarrow {
		display: none;
	}
	.mc-options-item-inner {
		justify-content: center;
	}
	.mc-options-text-company {
		padding-right: unset;
	}
	.mc-header-options {
		padding: 2rem 0.8rem;
	}
	.mc-options-item-company {
		/*width: 9.6rem;*/
	}
	.mc-options-arrow {
		display: none;
	}
	.mc-header-options {
		top: 30px;
	}
	#mc-lang:hover #mc-lang-list{
		display: none;
	}
}
@media (max-width: 400px) {
	.linking-container{
		flex-wrap: wrap;
	}
	/* .linking-container .linking-item{
		margin-bottom: 5px;
	} */
	.linking-item {
		margin-right: 3rem;
	}
}
@media (max-width: 330px) {
	.linking-item {
		margin-right: 2rem;
	}
}

#launcher {
	border-radius: 50% !important;
	bottom: 16px !important;
}
#launcher-ele {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 16px;
	display: none;
	align-items: center;
	justify-content: center;
	/* transition: top 0.5s cubic-bezier(0.66, 0, 0.12, 1) 0s; */
	bottom: 15px;
	background: rgb(67, 106, 238);
	z-index: 9999;
	border-radius: 50%;
	cursor: pointer;
}
#chat_frame{
	width: 450px;
	height: 598px;
	display: none;
	position: absolute;
	right: 0;
	bottom: 50px;
	border-radius: 8px;
	z-index: 1000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
	#chat_frame{
		right: -5px;
		width: 340px;
		bottom: 50px;
	}
}