.w {
	width: 1200px;
	margin: 0 auto;
}

/* banner */
.banner-box {
	width: 100%;
	height: calc(100vh - 60px);
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/371/images/bg1.png) no-repeat center center;
	background-size: cover;
	margin-top: 116px;
}
.banner-content {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}
.banner-title {
	position: relative;
	width: fit-content;
}
.banner-title h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 58px;
	line-height: 77px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}
.banner-label-box {
	position: absolute;
	right: -91px;
	top: -44px;
}
.banner-label-box span {
	position: absolute;
	left: 11px;
	top: 10px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 12px;
	color: #264F84;
}
.banner-content ul {
	margin-top: 30px;
	margin-bottom: 80px;
}
.banner-content ul li {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.05em;
	color: #FFFFFF;	
	margin-bottom: 20px;
}
.banner-content ul li:last-child {
	margin-bottom: 0;
}
.banner-content ul li img {
	margin-right: 10px;
}
.banner-btn-box {
	display: flex;
	align-items: center;
}
.banner-btn-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 219px;
	height: 61px;
	border-radius: 10px;	
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	color: #F3F3F8;	
}
.banner-btn-box a img {
	margin-right: 22px;
}
.banner-btn-box a:first-child {
	background: linear-gradient(94.03deg, #28538B 1.7%, #19365B 97.65%);
	margin-right: 40px;
}
.banner-btn-box a:first-child:hover {
	background: linear-gradient(94.03deg, #19365B 1.7%, #28538B 97.65%);
}
.banner-btn-box a:last-child {
	background: linear-gradient(91.04deg, rgba(255, 255, 255, 0.09) 0.83%, rgba(241, 248, 255, 0.24) 100%);
	box-shadow: 0px 1.55367px 46.6101px rgba(50, 94, 251, 0.13), inset 3.10734px 3.10734px 1.55367px rgba(255, 255, 255, 0.23), inset 0px 1.55367px 1.55367px rgba(255, 255, 255, 0.33);
	backdrop-filter: blur(7.76836px);
}
.banner-btn-box a:last-child:hover {
	background: linear-gradient(91.04deg, rgba(241, 248, 255, 0.24) 0.83%, rgba(255, 255, 255, 0.09) 100%);
}
.banner-content > img {
	position: absolute;
	right: -9%;
	top: 55%;
	transform: translateY(-50%);
	width: 62%;
}

/* 水印处理 · 一看就会 */
.video-box {
	width: 100%;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/371/images/video-bg.png) no-repeat center center;
	background-size: cover;
	padding: 100px 0;
	box-sizing: border-box;
}
.video-box h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 63px;
	letter-spacing: 0.05em;
	color: #1C3B6A;
	text-align: center;
}
.tab-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 334px;
	height: 54px;
	background: #FFFFFF;
	border-radius: 100px;	 
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 50px;
	box-shadow: 0px 0px 14px #BDCCFE;
}
.tab-box .tab-item {
	width: 161px;
	height: 46px;
	background: #FFFFFF;
	border-radius: 100px;		
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 46px;
	letter-spacing: 0.05em;
	color: #1C3B6A;	
	text-align: center;
	user-select: none;
	cursor: pointer;
}
.tab-box .tab-item.active {
	width: 161px;
	height: 46px;
	background: linear-gradient(260.13deg, #5897FF 11.39%, #44CEFF 92.22%);
	border-radius: 100px;	
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 46px;
	letter-spacing: 0.05em;
	color: #FFFFFF;	
	text-align: center;
}
.tab-box .tab-item:hover {
	background: linear-gradient(260.13deg, #5897FF 11.39%, #44CEFF 92.22%);
	color: #FFFFFF;	
}
.video-h2-box h2 {
	display: none;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: 0.05em;
	color: #344154;
	text-align: center;
	margin-bottom: 14px;
}
.video-h2-box h2.active {
	display: block;
}
.video-p-box p {
	display: none;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.05em;
	color: #344154;
	margin-bottom: 50px;
	text-align: center;
}
.video-p-box p.active {
	display: block;
}
.video-video-box {
	position: relative;
	width: 49%;
	padding: 28px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	margin: 0 auto;
	border-radius: 20px;
	box-shadow: 0px 0px 0px 0px #ABB2EF;
}
.video-video-box video {
	display: none;
	width: 100%;
	border-radius: 4px;
}
.video-video-box video.active {
	display: block;
}
.video-video-box img {
	position: absolute;
	bottom: -100px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
}

/* 介绍 */
.intro-box {
	position: relative;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 10%;
	box-sizing: border-box;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/371/images/intro-bg.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.intro-item {
	position: relative;
	display: flex;
	align-items: center;
}
.intro-box > .intro-item {
	justify-content: flex-end;
	margin-bottom: 200px;
	height: 500px;
}
.intro-bg {
	position: relative;
}
.intro-bg > img {
	position: absolute;
	right: 0;
	top: 41%;
	transform: translateY(-50%);
	z-index: -1;
	width: 30.5%;
}
.intro-bg .intro-item {
	justify-content: flex-start;
	height: 500px;
}
.intro-box > .intro-item > img {
	position: absolute;
	left: -17%;
	top: 50%;
	transform: translateY(-50%);
}
.intro-bg .intro-item > img {
	position: absolute;
	right: -10%;
	top: 50%;
	transform: translateY(-50%);
}
.intro-text h2 {
	font-family: 'Source Han Sans CN';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 0.1em;
	color: #1C3B6A;
}
.intro-text p {
	width: 456px;
	font-family: 'Source Han Sans CN';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #1C3B6A;
	opacity: 0.6;
	margin-top: 20px;
	margin-bottom: 50px;
}
.intro-text a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 225px;
	height: 60px;
	background: linear-gradient(94.03deg, #28538B 1.7%, #19365B 97.65%);
	border-radius: 100px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	color: #F3F3F8;	
}
.intro-text a:hover {
	background: linear-gradient(94.03deg, #19365B 1.7%, #28538B 97.65%);
}
.intro-text a img {
	margin-right: 25px;
}
/* 底部下载 */
.bottom-download-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 549px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/371/images/bottom-bg1.png) no-repeat center center;
	background-size: cover;
}
.bottom-download-title {
	display: flex;
	align-items: center;
}
.bottom-download-text {
	margin-left: 10px;
}
.bottom-download-text h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 63px;
	letter-spacing: 1.53574px;
	color: #FFFFFF;
}
.bottom-download-text p {
	font-family: 'Hannotate SC';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 45px;
	letter-spacing: 1.53574px;
	color: #FFFFFF;
	margin-top: 6px;
}
.bottom-download-btn {
	display: flex;
	align-items: center;
	margin-top: 70px;
}
.bottom-download-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 281px;
	height: 75px;
	border-radius: 10px;	
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
}
.bottom-download-btn a img {
	margin-right: 25px;
}
.bottom-download-btn a:first-child {
	background: #FFFFFF;
	color: #325EFB;
	margin-right: 30px;
}
.bottom-download-btn a:first-child:hover {
	box-shadow: 0px 0px 10px #5897ff;
}
.bottom-download-btn a:last-child {
	border: 3px solid #FFFFFF;
	box-sizing: border-box;
	color: #FFFFFF;
}
.bottom-download-btn a:last-child:hover {
	box-shadow: 0px 0px 10px #5897ff;
}


/* 评价 */
.assess-box {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
	background: linear-gradient(0deg, #F7F7FF, #F7F7FF), #F1F4FC;
}

.assess-content {
  width: 1200px;
  margin: 0 auto;
}

.assess-content ul:nth-child(1) li {
  display: none;
  width: 100%;
  height: 307px;
  box-sizing: border-box;
  background: #FEFDFF;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 48px;
}

.assess-star h1 {
  font-size: 26px;
  font-weight: 700;
  color: #2D2856;
  margin-bottom: 24px;
}

.assess-content ul:nth-child(1) li span {
  display: block;
  width: 1000px;
  height: 1px;
  background: #EDF0F3;
  border-radius: 0px 0px 0px 0px;
  margin: 40px auto 0 auto;
}

.assess-content ul:nth-child(1) li p {
  font-size: 18px;
  font-weight: 400;
  color: #666473;
  margin-top: 44px;
}

.assess-content ul:nth-child(1) li i {
  display: block;
  width: 40px;
  height: 40px;
	background: #FEFDFF;
  border-radius: 2px 2px 2px 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  bottom: -20px;
}

.left1 {
  left: 79px;
}

.left2 {
  left: 277px;
}

.left3 {
  left: 479px;
}

.left4 {
  left: 680px;
}

.left5 {
  left: 879px;
}

.left6 {
  left: 1078px;
}

.assess-content ul:nth-child(1) li:first-child {
  display: block;
}

.assess-content ul:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 63px;
}

.assess-content ul:nth-child(2) li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.assess-content ul:nth-child(2) li:hover {
  cursor: pointer;
}

.assess-content ul:nth-child(2) li img {
  width: 76px;
  height: 76px;
}

.assess-content ul:nth-child(2) li p {
	font-family: 'Microsoft YaHei UI';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-transform: lowercase;
	color: #666473;
  margin-top: 17px;
  margin-bottom: 11px;
}

.assess-content ul:nth-child(2) li h2 {
	font-family: 'Microsoft YaHei UI';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #283256;
}
