@charset "UTF-8";

html,
body {
	background-color: #fff;
	margin: unset !important;
	font-family: Poppins, Poppins;
	height: 100vh;
}

/* top - start */
.page {
	background-color: #fff;
	width: 100%;
	margin: auto;
}

.page .top {
	height: 100%;
	width: 100%;
	margin: 160px auto;
}

.top .banner {
	height: auto;
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top .banner .left {
	width: 50%;
	text-decoration: left;
}

.top .banner .left .trust {
	height: 76px;
	width: auto;
	margin-bottom: 20px;
}

.top .banner .bigtitle {
	font-size: 56px;
	font-weight: bold;
	line-height: 78px;
	color: #212121;
	text-align: left;
	padding-bottom: 20px;
}

.top .banner .right {}

.top .banner .right img {
	width: 100%;
	height: 620px;
}

.top .banner .intro {
	font-size: 18px;
	font-weight: 400;
	line-height: 200%;
	color: #212121;
	text-align: left;
	padding-bottom: 60px;
}

.top .oper_button {
	display: flex;
	padding-bottom: 40px;
}

.top .oper_button button {
	height: 40px;
	margin: 0 10px;
}

.top .oper_button .el-button {
	padding: 0 24px;
	border-radius: 10px;
	font-size: 16px;
	border: unset;
	background-color: transparent;
}

.top .oper_button a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.top .oper_button .create {
	color: #fff;
	border-radius: 40px;
	background-color: #0562F7;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 66px;
	padding: 24px 36px;
	font-size: 18px;
	font-weight: bold;

}

.top .oper_button .sign {
	border-radius: 40px;
	height: 66px;
	font-size: 18px;
	border: 1px solid #212121;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}

.top .oper_button .sign img {
	padding: unset;
	margin-right: 10px;
}

.top .oper_button .sign .blackimg {
	display: block;
}

.top .oper_button .sign .whiteimg {
	display: none;
}

.top .oper_button a:hover .sign {
	background-color: #252525;
	border: none;
	color: #fff;
}

.top .oper_button .sign:hover .whiteimg {
	display: block;
}

.top .oper_button .sign:hover .blackimg {
	display: none;
}

.top .oper_button .sign:hover span {
	color: #fff;
}

.top .oper_button .sign span {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: rgba(33, 32, 37, 1);
}

/* top - end */
/* panel - 2 start */
.paneltwo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1024px;
	margin: auto;
}

.paneltwo .left {
	width: 48%;
}

.paneltwo .left .bigtitle {
	font-weight: 600;
	font-size: 40px;
	color: #212121;
	text-align: left;
}

.paneltwo .left .intro {
	font-weight: 400;
	font-size: 14px;
	color: #464F63;
	line-height: 25px;
	text-align: left;
	padding-top: 10px;
}

.paneltwo .left .oper_button {
	padding-top: 40px;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: left;
}

.paneltwo .left .oper_button .create {
	height: 58px;
	color: #fff;
	background: #0562F7;
	border-radius: 40px 40px 40px 40px;
}

.paneltwo .left .oper_button span {
	display: flex;
	align-items: center;
}

.paneltwo .left .oper_button img {
	padding-left: 8px;
}

.paneltwo .right img {
	height: 402px;
	width: auto;
}

/* panel - 2 end */
/* panel -3 - start */
.panelthree {
	background-color: #0047D3;
	padding: 60px 0;
	margin: 150px auto;
	position: relative;
	overflow: hidden;
}

.panelthree .codecontact {
	z-index: 22;
}

.codemask {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.codethree .text {
	z-index: 2;
	max-width: 1024px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 50px;
}

.codethree .text .texttitle {
	width: 75%;
}

.codethree .text .bigtitle {
	font-weight: 600;
	font-size: 40px;
	color: #FFFFFF;
	text-align: left;
}

.codethree .text .intro {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: left;
	padding-top: 10px;
}

.codemain {
	z-index: 2;
	max-width: 1024px;
	margin: auto;
	display: flex;
	border-radius: 34px;
}

.codemain .codeleft {
	background: #fff;
	border-radius: 24px;
	width: 100%;
}

.panelthree .language img {
	width: 100%;
	margin: -60px 0px 0 0;
}

.panelthree .over_button .el-button {
	height: 66px;
	color: #fff;
	padding: 10px 36px;
	background: #212121;
	border-radius: 40px 40px 40px 40px;
	font-size: 18px;
	font-weight: bold;
	border: none;
}

.over_button .el-button span {
	display: flex;
	align-items: center;
}

.over_button .el-button span img {
	padding-left: 8px;
}

.panelthree .language {
	padding: 20px 0;
	background-color: #fff;
	border-radius: 34px 34px 0 0;
	width: 94%;
	margin: auto;
	border-bottom: 1px solid #fff;
}

.panelthree .language .toptitle {
	color: #252525;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.panelthree .language .toptitle .copy {
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	color: #0562F7;
	background: #E9ECFB;
	border-radius: 24px 24px 24px 24px;
	padding: 6px 12px;
}

.codemain .tab .el-tabs__nav {
	float: unset;
	width: 93%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.codemain .el-tabs__content {
	width: 94%;
	margin: auto;
	background-color: #212121;
	height: 260px;
	overflow-y: auto;
	border-radius: 34px;
}

.code .el-tab-pane {
	padding: 20px;
	color: #fff;
}

.codemain .el-tabs__nav-wrap::after {
	background-color: unset;
}

.codemain .el-tabs__header {
	margin: unset;
	padding: 10px 0;
}

.codemain .el-tabs__active-bar {
	background-color: unset;
}

.codemain .el-tabs__item.is-active {
	background-color: #0562F7;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 20px;
	padding: 0px 0px;
	width: 90px;
	text-align: center;
}

.codemain tabs--top .el-tabs__item.is-top:nth-child(2) {
	padding-left: unset !important;
}

/* panel 3 end */
/* panel 4 start */
.panel {
	max-width: 1024px;
	margin: auto;
}

.panelfour .modelmain {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.panelfour .modelmain .modelimg {
	width: 450px;
	height: auto;
}

.panel .text {
	z-index: 2;
	max-width: 1024px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}

.panel .text .texttitle {
	width: 100%;
	text-align: center;
}

.panel .text .bigtitle {
	font-weight: 600;
	font-size: 40px;
	color: #212121;
	text-align: center;
}

.panel .text .intro {
	font-weight: 400;
	font-size: 14px;
	color: #464F63;
	line-height: 25px;
	text-align: center;
	padding-top: 10px;
}

.reswhy .left {
	width: 48%;
}

.reswhy .left .bigtitle {
	font-weight: 600;
	font-size: 24px;
	color: #212121;
	text-align: left;
}

.reswhy .left .intro {
	font-weight: 400;
	font-size: 15px;
	color: #464F63;
	line-height: 27px;
	text-align: left;
	padding-top: 10px;
}

.reswhy .left .oper_button {
	padding-top: 40px;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: left;
}

.reswhy .left .oper_button .create {
	color: #fff;
	background: #0562F7;
	border-radius: 40px 40px 40px 40px;
}

.reswhy .left .oper_button span {
	display: flex;
	align-items: center;
}

.reswhy .left .oper_button img {
	padding-left: 8px;
}

.reswhy .right img {
	height: 402px;
	width: auto;
}

.whystatic {
	padding-top: 100px;
	display: flex;
	flex-direction: row-reverse;
}

/* panel 4 end */
/* panel -5 start */
.panelfive {
	margin-top: 150px;
	background: #F1F5FF;
	padding: 60px 0;
}

.meet {
	margin-bottom: 80px;
	margin: 150px auto;

}

.meet .meettop {
	max-width: 1024px;
	margin: auto;
}

.meet .meettop .bigtitle {
	width: 100%;
	font-weight: 600;
	font-size: 40px;
	color: #212121;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 60px;
}

.meet .tab {
	width: 64%;
	background-color: #fff;
	border-radius: 10px;
	padding: 0 20px;
	margin: auto;
	height: 40px;
}

.el-tabs__item:hover {
	color: #0562F7;
}

.meet .el-tabs__nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	display: flex;
	align-items: center;
}

.meet .el-tabs__nav-wrap::after {
	background-color: unset;
}

.meet .el-tabs__header {
	margin: unset;
}

.meet .el-tabs__active-bar {
	background-color: unset;
}

.meet .el-tabs__item.is-active {
	background-color: #0562F7;
	color: #212121;
	font-size: 16px;
	font-weight: 700;
	border-radius: 10px;
	padding: 0px 10px;
	text-align: center;
	height: 32px;
	display: flex;
	align-items: center;
}

.meet .el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
	padding-left: 10px;
}

.meet .el-tabs--top .el-tabs__item.is-top:last-child {
	padding-right: 10px;
}

.meet .meetmain {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 60px;
}

.meetmain .left {
	width: 43%;
	padding: 0 30px 0 0;
}

.meetmain .left .bigtitle {
	font-size: 32px;
	font-weight: 500;
	line-height: 44.8px;
	color: #212121;
	text-align: left;
	padding-bottom: 14px;
}

.meetmain .left .intro {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	text-align: left;
	color: #212121;
	padding-bottom: 40px;
}

.meetmain .left .over_button .el-button {
	border-radius: 30px;
	background-color: transparent;
	color: #0562F7;
	font-size: 16px;
	font-weight: bold;
	height: 58px;
}

.meetmain .right {
	display: flex;
	flex-direction: column;
}

.meetmain .right img {
	width: 100%;
	height: 342px;
	padding-bottom: 20px;
}

.meetmain .over_button {
	margin-bottom: 40px;
}

.meetmain .over_button .el-button {
	background: #DFE7FA;
	border-radius: 8px 8px 8px 8px;
	color: #212121;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
}

.meetmain .jump_button button {
	margin: 0 10px 10px 0;
	background: #DFE7FA;
	border-radius: 8px 8px 8px 8px;
}

/* panel - 5 end */
/* panel - 6 start */
.config .configuration{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.config .integration{
	display: flex;
	flex-direction: row-reverse;
	padding-top: 120px;
}
.config .left{
    /* width: 43%; */
   
}
.config .left img{
    height: 342px;
    width: 100%;
}
.config .config_right{
    width: 46%;
		display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}
.config .config_right .first,.second{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 20px;
}
.config .config_right .config_one{
    cursor: pointer;
    text-align: center;
    width: 100%;
    padding: 10px 34px;
    background: #F6F7F9;
    border-radius: 4px;
}
.config .config_right .config_one:hover{

}
.config .config_right .config_one img{
    height: 36px;
    width: auto;
    padding-bottom: 8px;
}
.config .config_right .up .config_one .config_title{
    font-weight: 400;
	font-size: 18px;
	color: #212121;
	text-align: center;
}
.integration {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 80px;
}

.config .oper_button_border {
	border-radius: 30px;
	background-color: transparent;
	color: #0562F7;
	font-size: 16px;
	font-weight: bold;
	height: 58px;
	margin-top: 40px;
}

.config .oper_button_border .el-button {
	height: 58px;
	border-radius: 30px;
	color: #0562F7;
	font-size: 16px;
	font-weight: 600;
}
.config .oper_button_border .el-button span{
	display: flex;
	align-items: center;
}
.config .oper_button_border .el-button span .rightarrow{
	padding-left: 8px;
}

/* panel - 6 end */