/* 20230519 banner样式修改 */
.head-new {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
}
.head-new .logo{
  display: inline-block;
  width: 197px;
  height: 35px;
  margin-top: 17px;
}
.head-new .nav-wp .curr-wp{
  color: #000;
}
.head-new .nav-wp a{
  color: #777;
}
.head-new #curr-pc-m{
  background: #327AFF;
  border-radius: 20px;
}
.head-new .pc-m a{
  width: 104px;
  padding-left: 0;
  background: transparent;
  text-align: center;
}
.head-new .pcIcon-bg-new i{
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(icon_pc.png) no-repeat;
  position: relative;
  top: 3px;
  margin-right: 6px;
}
.head-new .pcIcon-bg-new.currColor i {
  background: url(icon_pc_hover.png) no-repeat;
}
.head-new .logo img{
  width: 100%;
  height: 100%;
}
/* 20230615 重构官网首页样式 */
.index-head{
  width: 100%;
  min-width: 1200px;
  height: 678px;
  /* background-color: #4EAFFF; */
  background-image: url(bg_home_2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1980px 678px;
  position: relative;
  padding-top: 1px;
  box-sizing: border-box;
}
.index-head-title{
  text-align: center;
  margin-top: 54px;
}
.maintitle{
  font-size: 61px;
  font-weight: bold;
  color: #222222;
  line-height: 81px;
}
.maintitle .tip{
  color: #327AFF;
}
.maintitle .tip.fontStyle{
  background: linear-gradient(183deg, #327AFF 0%, #32CAFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.subhead{
  width: 615px;
  margin: 14px auto 30px;
}
.subhead ul li{
  float: left;
  width: 153px;
  font-size: 12px;
  color: #5C5C5C;
  text-align: center;
}
.subhead ul li .title{
  font-size: 16px;
  font-weight: bold;
  color: #222;
  line-height: 21px;
  margin-bottom: 4px;
}
.subhead ul li.border{
  width: 1px;
  height: 32px;
  background: rgba(75,75,75,0.51);
  background: linear-gradient(180deg, rgba(99,99,99,0) 0%, rgba(75,75,75,0.51) 51%, rgba(52,52,52,0) 100%);
  border-radius: 1px;
  margin-top: 6px;
}
.index-head-btn{
  position: relative;
  height: 62px;
  width: 250px;
  margin: 0 auto;
}
.index-head-btn a{
  display: inline-block;
  width: 250px;
  height: 62px;
  background: #327AFF;
  border-radius: 8px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 62px;
  text-align: center;
  margin: 0 auto 0;
  cursor: pointer;
  vertical-align: middle;
}
.index-head-btn a.download-ai-btn span{
  line-height: 24px;
}
.index-head-btn a.download-ai-btn p{
  color: rgba(255,255,255,0.7);
  font-weight: normal;
  line-height: 17px;
  font-size: 13px;
}
.index-head-btn i{
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(icon_download.png) no-repeat;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.index-head-btn a:hover{
  background: #0063EA;
  text-decoration: none;
}
.download-recommend{
  position: absolute;
  top: -10px;
  right: -20px;
  width: 60px;
  height: 28px;
  font-size: 14px;
  background-color: #f94857;
  color: #fff;
  text-align: center;
  line-height: 28px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.install-fail{
  margin-top: 10px;
}
.install-fail a{
  text-decoration: underline;
  cursor: pointer;
}
.install-fail a:hover{
  color: #0063EA;
}
.download-btn-list-split{
  position: relative;
  top: -1px;
  margin: 0 10px;
}
.download-btn-list{
  margin-top: 20px;
  font-size: 13px;
  color: #327AFF;
}
.download-btn-list a {
  color: #327AFF;
  cursor: pointer;
}
.download-btn-list a:hover{
  text-decoration: underline;
}
.sublist{
  width: 1200px;
  height: 142px;
  /* background: rgba(255,255,255,0.85); */
  border-radius: 16px 16px 0px 0px;
  /* backdrop-filter: blur(16px); */
  font-size: 14px;
  color: #222222;
  line-height: 19px;
  padding: 28px 16px 0 27px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sublist ul li a{
  display: inline-block;
  float: left;
  /* width: 144px; */
  text-align: center;
  width: 100px;
  height: 104px;
  padding-top: 13px;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 22px;
}
.sublist ul li a .subicon-icon{
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
  border-radius: 11px;
}
.sublist ul li a:hover{
  margin-top: -4px;
  background: rgba(255,255,255,0.6);
  box-shadow: 0px 4px 10px 0px rgb(231 240 255 / 50%);
  cursor: pointer;
  color: #327AFF;
  text-decoration: underline;
}
.sublist ul li div{
  position: relative;
}
.sublist ul li .subicon-i{
  position: absolute;
  margin-left: 3px;
}
.subicon1{
  background: url(subicon1.png) no-repeat;
  background-size: 100% 100%;
}
.subicon2{
  background: url(subicon2.png) no-repeat;
  background-size: 100% 100%;
}
.subicon3{
  background: url(subicon3.png) no-repeat;
  background-size: 100% 100%;
}
.subicon4{
  background: url(subicon4.png) no-repeat;
  background-size: 100% 100%;
}
.subicon5{
  background: url(subicon9.png) no-repeat;
  background-size: 100% 100%;
}
.subicon6{
  background: url(subicon6.png) no-repeat;
  background-size: 100% 100%;
}
.subicon7{
  background: url(subicon7.png) no-repeat;
  background-size: 100% 100%;
}
.subicon8{
  background: url(subicon8.png) no-repeat;
  background-size: 100% 100%;
}
.features-one{
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
.features-title{
  font-size: 52px;
  font-weight: bold;
  color: #000;
  line-height: 69px;
  letter-spacing: 4px;
}
.features-subhead{
  font-size: 18px;
  color: #666;
  line-height: 24px;
  margin-top: 16px;
}
.features-title-white{
  font-size: 52px;
  font-weight: bold;
  color: #fff;
  line-height: 69px;
  letter-spacing: 4px;
}
.features-subhead-white{
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  margin-top: 16px;
}
.features-one-btn a{
  display: inline-block;
  width: 142px;
  height: 44px;
  background: #000;
  border-radius: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  line-height: 44px;
  text-align: center;
  margin: 20px auto 0;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
}
.features-one-btn a:hover{
  background: #327AFF;
}
.btn-go-white{
  display: inline-block;
  width: 14px;
  height: 9px;
  background: url(btn_go_white.png) no-repeat;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.btn-go-blue{
  display: inline-block;
  width: 14px;
  height: 9px;
  background: url(btn_go_blue.png) no-repeat;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.features-one-img{
  width: 1011px;
  height: 470px;
  background: url(features-one-img-1.png) no-repeat;
  margin: 42px auto 0;
}
.features-two{
  width: 100%;
  height: 690px;
  background: #1064FF;
  background: linear-gradient(180deg, #1064FF 0%, #61B2FF 100%);
  text-align: center;
  color: #fff;
  padding-top: 80px;
  box-sizing: border-box;
}
.features-two-btn a{
  display: inline-block;
  width: 142px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #327AFF;
  text-align: center;
  line-height: 44px;
  margin: 28px auto 0;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
}
.features-two-btn a:hover{
  background: rgba(255,255,255,0.9);
  color: #327AFF;
}
.features-two-img{
  width: 1156px;
  height: 438px;
  background: url(features_two_img_1.png) no-repeat;
  margin: -8px auto 0;
}
.features-three{
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}
.features-three-img{
  width: 100%;
  min-width: 1200px;
  height: 515px;
  background: url(features_three_img_1.jpg) no-repeat;
  background-size: 2674px 490px;
  background-position: top center;
  margin: 60px auto 0;
}
.features-four{
  width: 100%;
  min-width: 1200px;
  height: 756px;
  background: url(features_four_1.png) no-repeat;
  background-position: top center;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}
.features-four-btn a{
  display: inline-block;
  width: 142px;
  height: 44px;
  line-height: 44px;
  background: #FFFFFF;
  border-radius: 22px;
  border: 1px solid #222;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin: 20px auto 0;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
}
.btn-go-black{
  display: inline-block;
  width: 14px;
  height: 9px;
  background: url(btn_go_black_normal.png) no-repeat;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.features-four-btn a:hover{
  background: #000;
  color: #fff;
}
.features-four-img{
  width: 1011px;
  height: 547px;
  margin: 20px auto 0;
  background: url(features_four_img.png) no-repeat;
}
.features-five{
  padding-top: 80px;
  text-align: center;
  padding-bottom: 20px;
}
.features-five-img{
  width: 948px;
  height: 422px;
  background: url(features_five_img_1.png) no-repeat;
  margin: 80px auto 0;
}
.index-footer .inner{
  background: #F7F7F7;
  font-family: MicrosoftYaHei;
}
.index-footer .links{
  width: 1200px;
  height: 228px;
  box-sizing: border-box;
}
.index-footer .links dl{
  padding: 0 58px;
  border-left: 1px solid rgba(0,0,0,0.08);
  height: 136px;
}
.win_tip{
  color: #5C5C5C;
  line-height: 16px;
  margin: 12px auto 4px;
}
.official_tip{
  margin-right: 8px;
}
.back{
  cursor: pointer;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
  border-radius: 8px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  overflow: hidden;
}
.back.none{
  display: none;
}
.back div{
  height: 16px;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  text-align: center;
}
.back:hover div{
  color: #0166FF;
}