/* sass first screen */
.first-screen {
  min-width: 1280px;
}

.screen-banner {
    background: url('../img/screen_banner_bg.png') center center / auto 100% no-repeat,linear-gradient(to right, rgb(236, 243, 254) 0%, rgb(216, 230, 251) 100%);
	height: 480px;
}

.screen_contains{
	display: flex;
	width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	height: 100%;
}

.contain_left{
	margin-top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top: 20px;
}

.contain_left_tag{
	border: 1px solid #133c9a;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #133c9a;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 14px;
	padding-right: 14px;
}

.contain_left span{
    color: #133c9a;
    font-size: 12px;
    line-height: 12px;
}

.contain_left h1{
	font-weight: 600;
	font-size: 48px;
	line-height: 64px;
	color: #0f1114;
	margin-bottom: 24px;
	white-space: pre-wrap;
}


.contain_left p {
	font-size: 16px;
    line-height: 24px;
    color: #646a73;
    margin-bottom: 32px;
    width: 522px;
}


.contain_consult{
	display: flex;
}

.contain_consult a{
	width: 163px;
	height: 48px;
	min-width: 80px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5715;
	list-style: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	outline: none;
	border: solid 1px #ffffff;
	transition: color .1s ease-in, background-color .1s ease-in, border-color .1s ease-in, width .2s ease-in;
	touch-action: manipulation;
	text-decoration: none;
	border-radius: 999999px;
	color: #ffffff;
	background: #1456f0;
	border-color: #1456f0;
}


.contain_right img{
	width: 635px;
	height: auto;
	margin-top: 79px;
	display: none;
}


/* sass plan */

.plan{
	max-width: 1200px;
}

.plan-cloum{
	background-image: url('../img/sass_plan_bg.png');
	background-clip: padding-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 center;
	background-blend-mode: normal;
	background-color: #f7f9ff;
	padding-top: 64px;
	padding-bottom: 64px;
}

.plan-cloum-items{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

.cloum-items{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-top: 36px;
}

.items{
	width: 300px;
	height: 398px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	position: relative;
	overflow: hidden;
	transition: all .3s ease;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-right: 36px;
}

.items .content{
	width: 100%;
	min-height: 250px;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	padding-right: 24px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	justify-content: flex-start;
}


.content h3{
	position: relative;
	opacity: 1;
	height: auto;
	margin-bottom: 10px;
	top: 0;
	white-space: pre-wrap;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	text-align: left;
}


.show-desc.content p {
    opacity: 1;
    max-height: 200px;
    min-height: 96px;
    margin-bottom: 25px;
}

.content.show-desc p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #646a73;
    overflow: hidden;
}


.items .des{
	height: auto;
	position: absolute;
	left: 24px;
	bottom: 24px;
}

.items .des a{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
}

.items .des span{
    color: #3370ff;
    display: inline-block;
    margin-right: 4px;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.items img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

/*  advantage */

.advantage{
	min-width: 1200px;
}

.advantage-content{
	background: linear-gradient(180deg, #f1f5ff 0, #fff 100%);
	background-image: url('../img/advantage_bg.png');
	background-clip: padding-box;
	background-size: cover;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center 0;
	background-blend-mode: normal;
	padding-bottom: 63px;
}

.advantage-title{
	width: 1200px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 64px;
}

.advantage h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    color: #1f2329;
}

.advantage-cloum{
	margin-top: 44px;
}

.advantage-cloum-top{
    display: flex;
    justify-content: space-between;
}

.advantage-cloum-top-right{
	width: 542px;
	height: 281px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #fff;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
}

.advantage-cloum h3{
	font-size: 36px;
	line-height: 50px;
	font-weight: 600;
	color: #3370ff;
	display: inline-block;
	-webkit-text-fill-color: transparent;
}

.color h3 {
    background: linear-gradient(94.67deg, #0094ff 5.3%, #001aff 98.79%);
    -webkit-background-clip: text;
}


.advantage-cloum span{
    font-size: 32px;
    line-height: 45px;
    margin-top: 2px;
    font-weight: 600;
    color: #1f2329;
    display: block;
}


.advantage-cloum p{
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
    color: #646a73;
}

.advantage-cloum-bottom{
	margin-top: 33px;
}

.advantage-cloum-bottom-distinct{
	width: 100%;
	height: 281px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #fff;
	text-align: left;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.advantage-cloum-bottom-left{
	padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    flex: 0 0 582px;
}

.advantage-cloum-bottom-right{
	display: flex;
	align-items: center;
	flex: 0 0 626px;
}

.advantage-cloum-bottom-right img{
	height: auto;
	width: 100%;
}


/* four consultant */

.consultant{
	min-width: 1280px;
}


.consultant-contains{
    position: relative;
    background: linear-gradient(180deg, #f0f4ff 0, rgba(240, 244, 255, 0) 100%);
    overflow: hidden;
}

.consultant-content{
	display: flex;
	width: 1200px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	justify-content: space-between;
}

.consultant-content-right{
	padding-top: 140px;
	padding-bottom: 140px;
	padding-left: 48px;
	position: relative;
	z-index: 1;
}

.consultant-content-right p{
	font-size: 40px;
	line-height: 48px;
	color: #0f1114;
	font-weight: 600;
	font-size: 40px;
	margin-top: 4px;
}


.consultant-content-itmes{
	display: flex;
	align-items: center;
	margin-bottom: 65px;
	margin-top: 40px;
}


.consultant-content-title{
	display: flex;
	align-items: center;
}

.consultant-content-items-style span{
	margin-left: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    white-space: pre-wrap;
}


.consultant-content-items-style p{
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
/*    white-space: pre; */
}


.consultant-content-items-style{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 172px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	margin-right: 12px;
}


.content-items-bg1{
	border: 1px solid #bacefd;
	color: #1c4cba;
	background-color: rgba(225, 234, 255, .5);
}

.content-items-bg2{
	border: 1px solid #a9efe6;
	color: #078372;
	background-color: rgba(213, 246, 242, .5);
}

.content-items-bg3{
	border: 1px solid #fed4a4;
	color: #de7802;
	background-color: #fff5eb;
}

.consultant-content-right a{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 52px;
	border-radius: 999999px;
	line-height: 26px;
	padding: 10px 15px;
	font-size: 16px;
	min-width: 100px;
	list-style: none;
	position: relative;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	user-select: none;
	outline: none;
	border: solid 1px #ffffff;
	transition: color .1s ease-in, background-color .1s ease-in, border-color .1s ease-in, width .2s ease-in;
	touch-action: manipulation;
	text-decoration: none;
	color: #ffffff;
	background: #1456f0;
	border-color: #1456f0;;
}

.consultant-content-left{
	position: relative;
	flex: 1;
	z-index: 1;
}

.consultant-content-left-bg{
    position: absolute;
    width: 1920px;
    bottom: -3px;
    right: 0;
    left: 0;
    transform: translateX(-360px);
    height: 100%;
    background-image: url('../img/advantage_bg_left.png');
    background-clip: padding-box;
    background-size: 1920px 626px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center 100%;
    background-blend-mode: normal;
}


.bg-mask{
	background: linear-gradient(270deg, #f1f5ff 0, #f1f5ff 69.17%, rgba(241, 245, 255, 0) 82.56%, rgba(241, 245, 255, 0) 107.1%);
	display: none;
	width: 1072px;
	height: 100%;
	position: absolute;
	right: -672px;
	bottom: 0;
}
