* {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: "AlibabaPuHuiTiLight";
  src: url(../font/Alibaba-PuHuiTi-Light.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(../font/Alibaba-PuHuiTi-Bold.ttf);
}
@font-face {
  font-family: "AlimamaShuHeiTiBold";
  src: url(../font/AlimamaShuHeiTi-Bold.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(../font/Alibaba-PuHuiTi-Medium.ttf);
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  min-width: 1110px;
  background: #191919;
  line-height: 1.7;
  font-family: "AlibabaPuHuiTiLight";
  padding: 0;
  color: #fff;
  font-size: 16px;
}
.wrap {
  width: 1110px;
  margin: 0 auto;
  overflow: hidden;
}
.swiper {
    width: 1090px;
    height: 213px;
}  
.pc-banner {
  background: url(../images/header-bg-hd.png) no-repeat center 0;
  height: 739px;
  background-size: 1919px 735px;
}
.pc-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.5);
}
.pc-header .leftlogo {
  float: left;
  margin-top: 5px;
  width: 247px;
}
.pc-header .menuwrap {
  width: 1110px;
  margin: 0 auto;
  overflow: hidden;
  padding: 11px 0;
}
.pc-header .menu {
  width: 800px;
  float: right;
  font-size: 16px;
  font-family: "AlibabaPuHuiTiMedium";
  color: #9FFFE8;
}
.pc-header .menu a {
  margin: 0 12px;
  display: inline-block;
  /* color: #9FFFE8; */
  color: #FFD5FD;
  cursor: pointer;
  line-height: 42px;
}
.pc-header .menu a:hover {
  /* color: #fff; */
  color: #42FCFF;
}
.pc-header .menu .active {
  font-family: "AlibabaPuHuiTiBold";
  /* color: #fff; */
  color: #42FCFF;
}
.pc-header .menu .p-btn {
  width: 111px;
  height: 42px;
  line-height: 42px;
  float: right;
  background: url(../images/pc-btn.png) no-repeat;
  text-align: center;
  font-size: 16px;
}
.pc-header .menu .p-btn a {
  color: #000852;
}
.banner2 {
  /* background: url(../images/PC-banner2.png) no-repeat center; */
  height: 240px;
  margin-top: -240px;
}
.infotext-wrap {
  margin: 0 40px;
}
.infotext-wrap p {
  margin: 21px 0 ;
}
.infotext-wrap .picon-top {
  /* background: url(../images/pc-icon1.png) no-repeat 0 5px; */
  /* text-indent: 20px; */
  /* padding-left: 15px; */
}
.infotext-wrap .picon {
  /* background: url(../images/pc-icon2.png) no-repeat 0 5px; */
  /* text-indent: 20px; */
  /* padding-left: 15px; */
}
.infotext-wrap .span-text {
  font-family: "AlimamaShuHeiTiBold";
}
.infotext-wrap .titleTextBold {
  font-family: "AlimamaShuHeiTiBold";
  font-weight: 700;
font-size: 36px;
line-height: 36px;
text-indent: 0;
background: linear-gradient(134.97deg, #FFBBFC 4.03%, #7CC0FF 98.55%), linear-gradient(90deg, #3EEBFA 0%, #3783F4 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
  /*  margin-bottom: 10px; */
 margin-top: 22px;
}
.pb12 {
  padding-bottom: 12px;
}
.infotext-wrap2 {
  margin: 0 40px;
}
.infotext-wrap2 .picon-top {
  background: url(../images/pc-icon1.png) no-repeat 0 5px;
  text-indent: 20px;
  padding-left: 15px;
}
.infotext-wrap2 .picon {
  background: url(../images/pc-icon2.png) no-repeat 0 5px;
  text-indent: 20px;
  padding-left: 15px;
}
.mb12 {
  margin-bottom: 12px;
}
.banner3 {
  background: url(../images/section3-bg.png) no-repeat center 0;
  height: 472px;
  margin-top: 30px;
}
.steps{
	font-family: 'AlimamaShuHeiTiBold';
	line-height: 28px;
    /* background: linear-gradient(134.97deg, #FFBBFC 4.03%, #7CC0FF 98.55%); */
	background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.steps-detail{
	/* font-family: 'PingFang SC'; */
	font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
	text-indent: 20px;
}
.commit-detail{
	font-family: 'Alibaba PuHuiTi';
	font-size: 16px;
    line-height: 28px;
    color: #D9D9D9;
	display: flex;
}
.support-link{
	/* font-family: 'Alibaba PuHuiTi'; */
	margin-right: 20px;
	font-size: 16px;
	line-height: 24px;
	text-decoration-line: underline;
	color: #FFFFFF;
}
.model-item{
	width:14%;
	text-align:center;
}
.model-item a{
	/* font-family: 'Alibaba PuHuiTi'; */
	font-size: 16px;
	line-height: 24px;
	color: #fff !important;
	/* text-decoration-line: underline; */
}
.model{
	width: 90px;
}
.height40 {
  height: 40px;
}
.banner4 {
  background: url(../images/section2-bg.png) no-repeat center 0;
  margin-top: 30px;
  height: 1186px;
}
.section-title{
	display: flex;
    justify-content: space-between;
	/* display: flex; */
	align-items: center;
	margin-top: 40px;
}
.section-title1{
	padding-right:30px;
    font-family: 'Alimama ShuHeiTi';
	font-weight: 700;
	font-size: 36px;
	line-height: 37px;

	background: linear-gradient(134.97deg, #FFBBFC 4.03%, #7CC0FF 98.55%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.section-title2{
    font-family: 'Alimama ShuHeiTi';
	font-size: 30px;
	padding: 10px 10px;
	background: #3E65FF;
	border-radius: 8px;
	flex: none;
	order: 1;
	flex-grow: 0;
}
.section-title2-2{
    font-family: 'Alimama ShuHeiTi';
	font-size: 30px;
	padding: 10px 10px;
	background: #3E65FF;
	flex: none;
	order: 1;
	flex-grow: 0;
	background: linear-gradient(0deg, #42FCFF, #42FCFF), linear-gradient(85.4deg, #3EEBFA -73.71%, #FFACFF 99.04%);
    border-radius: 8px;
    color: #0024B4;
}
.banner4 .dl-list {
  overflow: hidden;
  margin-top: 20px;
  padding-left: 30px;
}
.banner4 .dl-list dl {
  float: left;
  width: 145px;
  margin: 0 15px;
}
.banner4 .dl-list dl dt {
  line-height: 34px;
  height: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-family: "AlibabaPuHuiTiBold";
  overflow: hidden;
}
.banner4 .dl-list dl dt span {
  float: left;
  width: 35px;
  vertical-align: middle;
  position: relative;
}
.banner4 .dl-list dl dt span .img1 {
  position: relative;
  top: 3px;
}
.banner4 .dl-list dl dd p {
  margin-top: 14px;
}
.banner5 {
  /* background: url(../images/PC-banner5.png) no-repeat center 0; */
  /* height: 374px; */
}
.banner5 .step-wrap {
  background: url(../images/banner-step.png) no-repeat center 0;
  padding-top: 75px;
  overflow: hidden;
}
.banner5 .step-wrap dl {
  float: left;
  width: 20%;
  /* margin-right: 100px; */
  text-align: center;
  font-size: 16px;
  font-family: "AlibabaPuHuiTiMedium";
}
.banner5 .step-wrap dl dt {
  font-size: 36px;
  color: #7CD7FB;
  /* font-family: 'Alimama ShuHeiTi'; */
  font-family: 'Alibaba PuHuiTi';
}
.banner5 .step-wrap dl:last-child {
  margin-right: 0;
}
.banner6 {
  background: url(../images/PC-banner6.png) no-repeat center 0;
  height: 130px;
}
.pt170 {
  padding-top: 170px;
}
.ml10 {
  margin-left: 10px;
}
.bodybg2 {
  background: url(../images/pc-bodybg.png) no-repeat center 0;
}
img {
  max-width: 100%;
}
.infotext-wap3 {
  padding: 0 40px;
  color: #a3f8ef;
  font-size: 18px;
  font-family: "AlibabaPuHuiTiBold";
  overflow: hidden;
}
.infotext-wap3 .p-icon2 {
  background: url(../images/pc-icon2.png) no-repeat 0 8px;
  padding-left: 35px;
}
.infotext-wap3 .picon-top {
  background: url(../images/pc-icon1.png) no-repeat 0 12px;
  padding-left: 35px;
}
.infotext-wap3 .img-small {
  width: 20px;
  vertical-align: middle;
  margin: 0 5px;
}
.infotext-wap3 .text-white {
  font-family: "AlibabaPuHuiTiLight";
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
  padding-top: 5px;
}
.infotext-wap3 .weixin-code {
  margin: 0.4rem auto 0.15rem;
  width: 3.2rem;
  display: block;
}
.infotext-wap3 .text-weixin {
  text-align: center;
  padding-top: 5px;
}
.infotext-wap3 .rightCode {
  margin-top: 70px;
  float: right;
  width: 180px;
  font-family: "AlibabaPuHuiTiLight";
  color: #fff;
}
.infotext-wap3 .rightCode img {
  width: 180px;
}
.infotext-wap3 .dian {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #00FFFF;
  border-radius: 10px;
  margin-right: 5px;
  vertical-align: middle;
}
.mb20 {
  margin-bottom: 20px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml30 {
  margin-left: 30px;
}
.p-btns {
  text-indent: 0;
  width: 106px;
  height: 33px;
  line-height: 33px;
  display: inline-block;
  background: url(../images/pc-btn2.png) no-repeat;
  background-size: 106px 33px;
  text-align: center;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 19px;
}
.p-btns a {
  color: #000852;
}
.p-btns a:hover {
  color: #000;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.leftslider {
  float: left;
}
.infotext-p {
  background-image: linear-gradient(#A3F8EF, #A3C5F8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.infotext-p p {
  margin-bottom: 15px;
}
.guize {
  font-family: "AlibabaPuHuiTiMedium";
  position: relative;
}
.guize .text-title {
  text-align: center;
}
.guize .dl-list {
  padding-left: 72px;
  overflow: hidden;
  height: 354px;
  position: relative;
}
.guize .dl-list dl {
  float: left;
  width: 200px;
  margin: 26px 50px 0;
  text-align: center;
}
.guize .dl-list dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  height: 200px;
  text-align: center;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 18px;
}
.guize .dl-list dl dt .num {
  font-family: "AlimamaShuHeiTiBold";
  color: #A3F8EF;
  line-height: 1.2;
  background-image: linear-gradient(#A3F8EF, #A3C5F8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 36px;
  font-weight: bold;
}
.guize .dl-list dl dd {
  width: 220px;
  margin-top: 15px;
  margin-left: -10px;
}
.ml10 {
  margin-left: 10px;
}
.jiangxiang {
  overflow: hidden;
}
.jiangxiang li {
  float: 549px;
  float: left;
  margin: 5px 0;
}
.jiangxiang li:nth-child(2n) {
  margin-left: 10px;
}
.jiangxiang li img {
  display: block;
}
.huodongzhichi {
  overflow: hidden;
  padding: 30px 40px;
}
.huodongzhichi .leftcode {
  float: left;
  width: 180px;
  text-align: center;
}
.huodongzhichi .leftcode img {
  display: block;
  width: 180px;
  margin-bottom: 10px;
}
.huodongzhichi .rightText {
  margin-left: 200px;
}
.huodongzhichi .rightText .text1 {
  font-size: 26px;
  font-family: "AlibabaPuHuiTiBold";
}
.huodongzhichi .rightText .text2 {
  font-family: "AlimamaShuHeiTiBold";
  color: #A3F8EF;
  margin-left: ;
  background-image: linear-gradient(20deg, #fff, #B9DDFF, #FFECCB);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 26px;
  font-weight: bold;
}
.huodongzhichi .menu {
  text-align: right;
}
.huodongzhichi .menu p {
  display: inline-block;
}
.huodongzhichi .menu p a {
  color: #fff;
  text-decoration: underline;
  margin: 0 15px;
}
.huodongzhichi .menu p a:hover {
  color: #A3F8EF;
}
.pb60 {
  padding-bottom: 60px;
}
.footerbg {
  overflow: hidden;
  background: #0D101F;
  padding: 30px 0;
  margin-top: 50px;
}
.footerbg .footer-wrap {
  width: 1110px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 14px;
  background: url(../images/foot-slogan.png) no-repeat right 10px;
  min-height: 80px;
}
.footerbg .footer-wrap .leftlogo {
  float: left;
  width: 600px;
}
.footerbg .footer-wrap .leftlogo p {
  padding-top: 10px;
}
.footerbg .footer-wrap .leftlogo .tu-icon {
  width: 18px;
  margin-left: 20px;
}
.footerbg .footer-wrap .rightText {
  float: right;
  padding-top: 102px ;
}
.headerFixed {
  background-color: rgba(0, 0, 0, 0.5);
  /* background-color: #1A1A1A; */
  z-index: 100;
}
