.banner {
  margin-top: .63rem;
  height: 5rem;
  background: #f7faff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
}
.bannerVideo{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contentArea {
  height: 100%;
  position: relative;
}

.bannerTop {
  margin-top: 1.4rem;
  animation-name: fadeinR;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
}

.bannerBigText {
  font-size: .36rem;
  margin-bottom: 10px;
}

.bigText {
  color: rgba(48, 110, 255, 1);
  background: linear-gradient(90deg, rgba(48, 110, 255, 1) 0%, rgba(201, 81, 252, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bannerSmallText {
  font-size: .15rem;
}



.bannerBtn {
  width: 1.2rem;
  height: .36rem;
  opacity: 1;
  border-radius: .02rem;
  background: linear-gradient(90deg, rgba(48, 110, 255, 1) 0%, rgba(201, 81, 252, 1) 100%);
  font-size: .14rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: .68rem;
}

.bannerBtn:hover {
  animation-name: wobble;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.bannerArryArea {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: -0.8rem;
  height: 1.3rem;
  z-index: 1000;
  animation-name: fadeinT;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.bannerTextItem:hover {

  animation-name: swing;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

.bannerTextItem {
  width: 2.85rem;
  height: 1.3rem;
  opacity: 1;
  border-radius: .02rem;
  background: #fff;
  box-shadow: 0 .02rem .12rem 0 rgba(230, 234, 245, 1);
  display: flex;
  flex-direction: column;
  text-indent: .2rem;
}

.bannerTextItemTitle {
  font-size: .16rem;
  font-weight: 500;
  margin-top: .25rem;
  margin-bottom: .12rem;
  color: rgba(18, 21, 23, 1);
}

.bannerArryBottom {
  width: 100%;
  height: .48rem;
  display: flex;
  align-items: center;
}

.bannerItemRight {
  width: .48rem;
  height: .48rem;
  margin-right: .27rem;
}

.bannerItemRight img {
  width: .48rem;
  height: .48rem;
}

.bannerItemLeft {
  height: .48rem;
  flex: 1;
}

.bannerTextItemSubText {
  font-size: .14rem;
  font-weight: 400;
  line-height: .2027rem;
  color: rgba(148, 156, 161, 1);
}

.develop {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: fadeinL 2s both;
}

.develop .areapublicTop {
  margin-top: 1.36rem;
}

.areapublicTop {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: .56rem;
  align-items: center;
}

.areapublicTopTitle {
  font-size: .28rem;
  font-weight: 400;
  line-height: .4054rem;
  margin-bottom: .1rem;
}

.areapublicTopSmallTitle {
  font-size: .14rem;
  font-weight: 400;
  line-height: .2027rem;
  color: rgba(148, 156, 161, 1);
}

.developrArryArea {
  height: auto;
  width: 100%;
  display: flex;
  margin: .4rem 0 .56rem;
  justify-content: space-between;
}

.developTextItem {
  width: 2.85rem;
  opacity: 1;
  border-radius: .02rem;
  background: rgba(247, 250, 255, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.developTextItemTitle {
  font-size: .22rem;
  font-weight: 500;
  margin: .24rem 0 .2rem;
  line-height: .3186rem;
  color: rgba(18, 21, 23, 1);
}

.developItemBottom {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.developIcon {
  width: .74rem;
  height: .74rem;
}

.developItemSubTitle {
  /** 文本1 */
  font-size: .16rem;
  font-weight: 500;
  line-height: .2317rem;
  margin-top: .16rem;
  margin-bottom: .1rem;
}

.developItemSubText {
  width: calc(100% - .6rem);
  margin: 0 .3rem;
  font-size: .14rem;
  height: .67rem;
  font-weight: 400;
  line-height: .2027rem;
  color: rgba(148, 156, 161, 1);
  display: flex;
  justify-content: center;
  align-items: start;
  text-align: center;
}

.use {
  width: 1rem;
  height: .36rem;
  opacity: 1;
  border-radius: .02rem;
  background: linear-gradient(90deg, rgba(48, 110, 255, 1) 0%, rgba(201, 81, 252, 1) 100%);

  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .14rem;
  font-weight: 400;
  line-height: .2027rem;
  color: rgba(255, 255, 255, 1);
  margin-top: .1rem;
  margin-bottom: .22rem;
  cursor: pointer;
}

.innovate {
  height: 4.94rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff !important;
  background-size: cover;
  background-position: center;
}

.innovate .areapublicTopSmallTitle {
  color: #fff !important;
}

.innovateContent {
  margin-top: .4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.innovateContentItem {
  width: 3.87rem;
  height: 2.7rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("https://betar.oss-cn-beijing.aliyuncs.com/beta-cloud-website/img/index/innovateContentItem.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.innovateItemInfoTitle {
  color: rgba(18, 21, 23, 1);
  margin-top: .28rem;
  margin-bottom: .12rem;
  font-size: .16rem;
  font-weight: 500;
}

.innovateItemInfoText {
  width: calc(100% - .62rem);
  margin: 0 .31rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(148, 156, 161, 1);
  font-size: .14rem;
  font-weight: 400;
  line-height: .2027rem;
  color: rgba(148, 156, 161, 1);
  text-align: center;
}

.innovateItemInfoBoxIcon {
  margin-top: .51rem;
  width: .64rem;
  height: .64rem;
}

.like {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.likeTop {
  display: flex;
  align-items: center;
  height: 4.6144rem;
  margin-top: .4rem;
  justify-content: space-between;
}

.likeLeft {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.likeRight {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: end;
  justify-content: space-between;
}

.likeCenter {
  width: 4.6144rem;
  height: 4.6144rem;
}

.likeRightItem img {
  width: 1.04rem;
  height: 1.04rem;
}

.likeLeftItem img {
  width: 1.04rem;
  height: 1.04rem;
}

.likeItemTitle {
  /** 文本1 */
  font-size: .16rem;
  font-weight: 500;
  line-height: .2317rem;
  color: rgba(18, 21, 23, 1);
  margin: .21rem 0 .1rem;
}

.likeItemText {
  /** 文本1 */
  font-size: .14rem;
  font-weight: 400;
  line-height: .2027rem;
  color: rgba(148, 156, 161, 1);
}

.likebottom {
  margin-top: .3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.6rem;
  margin-bottom: .56rem;
}

.likebottomItem {
  width: 3.866rem;
  height: 1.6rem;
  background: rgba(247, 250, 255, 1);
  display: flex;
  flex-direction: column;
}

.likebottomItem:hover {
  animation-name: tada;
  animation-duration: 1s;
  animation-fill-mode: forwards;

}

.likeBotomTop {
  width: calc(100% - .5rem);
  height: .7rem;
  margin-top: .1rem;
  margin-left: .3rem;
  margin-right: .2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottomTopLeft {
  font-size: .16rem;
  font-weight: 500;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgba(18, 21, 23, 1);
}

.bottomTopLeft .line {
  width: .2rem;
  height: .02rem;
  opacity: 1;
  margin-top: .1rem;
  background: linear-gradient(270deg, rgba(201, 81, 252, 1) 0%, rgba(48, 110, 255, 1) 100%);
  


}

.likeBotomTop img {
  width: .7rem;
  height: .7rem;
}

.likebottomText {
  margin-left: .3rem;
  margin-right: .2rem;
  width: calc(100% - .5rem);
  flex: 1;
  margin-top: .08rem;
  font-size: .14rem;
  font-weight: 400;
  color: rgba(148, 156, 161, 1);
}

.case {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgba(247, 250, 255, 1);
}

#overCaseNomolBgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #A4B1C8;
}

#overCaseBgBox {
  width: 100%;
  height: 0%;
  position: absolute;
  background: url('https://betar.oss-cn-beijing.aliyuncs.com/beta-cloud-website/img/index/caseOver_bg.png')no-repeat;
  background-size: 100% auto;
}

.case-over {

  color: #fff !important;
  animation-name: bounceinB;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.bgCase * {
  color: #fff !important;
}

.caseData {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: .01rem solid rgba(230, 235, 242, 1);
  border-right-width: 0px;
  margin: 0 -0.01rem;
  margin-bottom: .56rem;
  margin-top: .4rem;
}

.caseDataItem {
  width: 2.995rem;
  height: 2.5rem;
  opacity: 1;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.topCase {
  border-right: .01rem solid rgba(230, 235, 242, 1);
  border-bottom: .01rem solid rgba(230, 235, 242, 1);
}

.bottomCase {
  border-right: .01rem solid rgba(230, 235, 242, 1);
}

.caseItemInfo {
  height: calc(100% - .5rem);
  padding: .25rem .2rem;
}

.caseItemInfoTitle {
  font-size: .16rem;
  font-weight: 500;
  color: rgba(18, 21, 23, 1);
  margin-bottom: .12rem;
}

.caseItemInfoText {
  font-size: .14rem;
  height: .41rem;
  font-weight: 400;
  color: rgba(148, 156, 161, 1);
  margin-bottom: .5rem;
}

.caseItemInfoBtnBox {
  height: .2rem;
  display: flex;
  align-items: center;
}

.lookDetail {
  height: .2rem;
  font-size: .14rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin-right: .1rem;
  opacity: 0;
  animation-name: lookDetailAni;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}


.caseLookmoreAniClass {
  display: inline-block;
  width: .2rem;
  height: 100%;
  background: url("https://betar.oss-cn-beijing.aliyuncs.com/beta-cloud-website/img/index/caseMore_2.png") no-repeat center;
  background-size: 100% auto;
  animation-name: caseLookmoreAni;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}



.caseLookmore {
  display: inline-block;
  width: .2rem;
  height: 100%;
  background: url("https://betar.oss-cn-beijing.aliyuncs.com/beta-cloud-website/img/index/caseMore_1.png") no-repeat center;
  background-size: 100% auto;

}

.caseDataItem img {
  width: 2.85rem;
  height: 1.9rem;
  overflow: hidden;
  border-radius: .02rem .02rem, 0px, 0px;
}

.innovateContentItem:hover {
  animation-name: bounce;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.use:hover {
  animation: useBtnAni 0.9s both;
}