/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  overflow-x: hidden;
}

a{
  display: inline-block;
  background-image: -webkit-gradient(linear, left 0, right 0, from(rgba(100, 125, 255, 1)), to(rgba(140, 114, 255, 1)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
}
.navbar-toggle{
  position: absolute;
  left: 0;
}
.navbar-toggle .icon-bar{
  color: #747cfd;
  background: #7f65f4;
}
.brand-logo{
  width: 160px;
  height: 50px;;
}
nav{
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}
.navbar-collapse{
      margin-top: -6px;
}
.navbar-brand{
  padding: 0;
}
.navbar-nav .active{
  position: relative;
}
.navbar-nav>li{
  width: 130px;
  text-align: center;
}
.navbar-nav>li>a{
  padding: 6px 17px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.experience{
  background: linear-gradient( 90deg, rgba(100, 125, 255, 1), rgba(140, 114, 255, 1));
  color: #efebfa;
  -webkit-text-fill-color: aliceblue;
  border-radius: 12px;
  padding: 3px 10px;
}
.navbar-nav>li>.login{
  border-radius: 12px;
  padding: 5px 20px;
  border:1px solid rgba(100, 125, 255, 1);

}
.navbar-right{
  float: right!important;
  margin-right: -15px;
  display: flex;
  align-items: center;
}
.navbar-nav .active::after{
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 4px;
  border-radius: 2px;
  box-shadow: 0 3px 7px 0 rgba(77, 44, 222, .5);
  background: linear-gradient( 90deg, rgba(100, 125, 255, 1), rgba(140, 114, 255, 1));
}
.h4, .h5, .h6, h4, h5, h6{
  margin: 0;
  margin-bottom: 12px;
}
.marketing .col-lg-4 p{
  line-height: 16px;
  font-size: 14px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  height: 100px;
  background: rgba(255,255,255,0.75);
  box-shadow: 0px 1px 2px 0px rgba(20,89,227,0.25);
}
.carousel-control{
  text-shadow: 0 1px 2px rgba(255,255,255,.6);
}
.carousel-indicators{
  width: 1170px;
  transform: translateX(-50%);
  margin: 0;
}
.row .partner{
  height: 555px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.row .mobile{
  display: none;
}
.mobile{
  display: none;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
  margin-top: 20px;
}
.feel{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 200px;
  background: linear-gradient(to right, #8366ff 25%,#ffffff 75%,#fff);
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 800px;
  /* margin-bottom: 60px; */
}
.carousel-indicators li{
    display: inline-block;
    width: 32px;
    height: 3px;
    margin: 0 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
    border-radius: 10px;
    border: none;
}
.carousel-indicators .active {
  width: 32px; 
  height: 3px;
  margin: 0 4px;
  background-color: #fff;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.line{
  width: 32px;
  height: 3px;
  background:  linear-gradient(90deg,rgba(24,144,255,0) 0,#1890ff);
animation: line_effect 4s ease-in-out infinite;
}	
.fontBG{
  background: url(./img/fontBG.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: 80%;
}
@keyframes line_effect{0%,25%{-webkit-transform:translateX(-32px);transform:translateX(-32px)}50%,75%{-webkit-transform:translateX(294px);transform:translateX(294px)}100%{-webkit-transform:translateX(294px);transform:translateX(294px)}}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 800px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 800px;
  transform: translate(-50%,-50%);
  max-width: 1920px;
}


/* MARKETING CONTENT
-------------------------------------------------- */


.h_k{
	-webkit-text-fill-color:#575962;
	color: #575962;
	letter-spacing:1px;
	font-style: italic
}
.p_k{
	-webkit-text-fill-color:#7b7d85;
	color: #7b7d85;
	letter-spacing:1px;
	font-style: italic;
}

#an_demo1{
		position: absolute;
		left: 50%;
		top: -68px;
		transform: translateX(-50%);
		width:240px;
		height: 240px;
}
.pr_i_round1{
	position:absolute;
	left: 50%;
	top: 40px;
	width:120px;
	height: 120px;
	border-radius: 60px;
	background-color: #fcfeff;
	transform: translateX(-50%) translateY(0);
	transition: all .2s ease-in-out;
	box-shadow:0 0px 0 1px #def4ff inset,0 1px 0 0 rgba(102,204,255,.05) inset,0 -2px 0 0 rgba(102,204,255,.25) inset,0 16px 24px 0 rgba(102,204,255,.25);
}
.pr_i_round1:hover{
		transform: translateX(-50%) translateY(4px);
		box-shadow:0 0px 0 1px #def4ff inset,0 1px 0 0 rgba(102,204,255,.05) inset,0 -1px 0 0 rgba(102,204,255,.15) inset,0 8px 16px 0 rgba(102,204,255,.25);
}
.pr_i_icon1{
		position: absolute;
		left: 50%;
		top:50%;
		transform: translateX(-50%) translateY(-50%);
		width:100px;
		height: 100px;
		background-image: url(img/pr_icon01.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
}

#an_demo2{
		position: absolute;
		left: 50%;
		top: -68px;
		transform: translateX(-50%);
		width:240px;
		height: 240px;
}
.pr_i_round2{
	position:absolute;
	left: 50%;
	top: 40px;
	width:120px;
	height: 120px;
	border-radius: 60px;
	background-color: #fcfdff;
	transform: translateX(-50%) translateY(0);
	transition: all .2s ease-in-out;
	box-shadow:0 0px 0 1px #dee9ff inset,0 1px 0 0 rgba(102,153,255,.05) inset,0 -2px 0 0 rgba(102,153,255,.25) inset,0 16px 24px 0 rgba(102,153,255,.25);
}
.pr_i_round2:hover{
		transform: translateX(-50%) translateY(4px);
		box-shadow:0 0px 0 1px #dee9ff inset,0 1px 0 0 rgba(102,153,255,.05) inset,0 -2px 0 0 rgba(102,153,255,.15) inset,0 8px 16px 0 rgba(102,153,255,.25);
}
.pr_i_icon2{
		position: absolute;
		left: 50%;
		top:50%;
		transform: translateX(-50%) translateY(-50%);
		width:100px;
		height: 100px;
		background-image: url(img/pr_icon02.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
}

#an_demo3{
		position: absolute;
		left: 50%;
		top: -68px;
		transform: translateX(-50%);
		width:240px;
		height: 240px;
}
.pr_i_round3{
	position:absolute;
	left: 50%;
	top: 40px;
	width:120px;
	height: 120px;
	border-radius: 60px;
	background-color: #fafbff;
	transform: translateX(-50%) translateY(0);
	transition: all .2s ease-in-out;
	box-shadow:0 0px 0 1px #dee3ff inset,0 1px 0 0 rgba(102,125,255,.05) inset,0 -1px 0 0 rgba(102,125,255,.25) inset,0 16px 24px 0 rgba(102,125,255,.25);
}
.pr_i_round3:hover{
		transform: translateX(-50%) translateY(4px);
		box-shadow:0 0px 0 1px #dee3ff inset,0 1px 0 0 rgba(102,125,255,.05) inset,0 -1px 0 0 rgba(102,125,255,.15) inset,0 8px 16px 0 rgba(102,125,255,.25);
}
.pr_i_icon3{
		position: absolute;
		left: 50%;
		top:50%;
		transform: translateX(-50%) translateY(-50%);
		width:100px;
		height: 100px;
		background-image: url(img/pr_icon03.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
}

#an_demo4{
		position: absolute;
		left: 50%;
		top: -68px;
		transform: translateX(-50%);
		width:240px;
		height: 240px;
}
.pr_i_round4{
	position:absolute;
	left: 50%;
	top: 40px;
	width:120px;
	height: 120px;
	border-radius: 60px;
	background-color: #fffafc;
	transform: translateX(-50%) translateY(0);
	transition: all .2s ease-in-out;
	box-shadow:0 0px 0 1px #ffdee9 inset,0 1px 0 0 rgba(255,102,156,.05) inset,0 -2px 0 0 rgba(255,102,156,.25) inset,0 16px 24px 0 rgba(255,102,156,.25);
}
.pr_i_round4:hover{
		transform: translateX(-50%) translateY(4px);
		box-shadow:0 0px 0 1px #ffdee9 inset,0 1px 0 0 rgba(255,102,156,.05) inset,0 -2px 0 0 rgba(255,102,156,.15) inset,0 8px 16px 0 rgba(255,102,156,.25);
}
.pr_i_icon4{
		position: absolute;
		left: 50%;
		top:50%;
		transform: translateX(-50%) translateY(-50%);
		width:100px;
		height: 100px;
		background-image: url(img/pr_icon04.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
}


#an_demo5{
		position: absolute;
		left: 50%;
		top: -68px;
		transform: translateX(-50%);
		width:240px;
		height: 240px;
}
.pr_i_round5{
	position:absolute;
	left: 50%;
	top: 40px;
	width:120px;
	height: 120px;
	border-radius: 60px;
	background-color: #fbfaff;
	transform: translateX(-50%) translateY(0);
	transition: all .2s ease-in-out;
	box-shadow:0 0px 0 1px #e4deff inset,0 1px 0 0 rgba(130,102,255,.05) inset,0 -2px 0 0 rgba(130,102,255,.25) inset,0 16px 24px 0 rgba(130,102,255,.25);
}
.pr_i_round5:hover{
		transform: translateX(-50%) translateY(4px);
		box-shadow:0 0px 0 1px #e4deff inset,0 1px 0 0 rgba(130,102,255,.05) inset,0 -2px 0 0 rgba(130,102,255,.15) inset,0 8px 16px 0 rgba(130,102,255,.25);
}
.pr_i_icon5{
		position: absolute;
		left: 50%;
		top:50%;
		transform: translateX(-50%) translateY(-50%);
		width:100px;
		height: 100px;
		background-image: url(img/pr_icon05.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
}

#an_demo6{
		position: absolute;
		left: 50%;
		top: -68px;
		transform: translateX(-50%);
		width:240px;
		height: 240px;
}
.pr_i_round6{
	position:absolute;
	left: 50%;
	top: 40px;
	width:120px;
	height: 120px;
	border-radius: 60px;
	background-color: #fffefa;
	transform: translateX(-50%) translateY(0);
	transition: all .2s ease-in-out;
	box-shadow:0 0px 0 1px #faf4d9 inset,0 1px 0 0 rgba(250,222,100,.05) inset,0 -2px 0 0 rgba(250,222,100,.25) inset,0 16px 24px 0 rgba(250,222,100,.25);
}
.pr_i_round6:hover{
		transform: translateX(-50%) translateY(4px);
		box-shadow:0 0px 0 1px #faf4d9 inset,0 1px 0 0 rgba(250,222,100,.05) inset,0 -2px 0 0 rgba(250,222,100,.15) inset,0 8px 16px 0 rgba(250,222,100,.25);
}
.pr_i_icon6{
		position: absolute;
		left: 50%;
		top:50%;
		transform: translateX(-50%) translateY(-50%);
		width:100px;
		height: 100px;
		background-image: url(img/pr_icon06.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
}

/* Center align the text within the three columns below the carousel */
.itemsub{
  margin-bottom: 46px;
  text-align: center;
}
/* .marketing .col-lg-4 {
  
} */
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
.colorB{
  display: inline-block;
  background-image: -webkit-gradient(linear, left 0, right 0, from(rgba(100, 125, 255, 1)), to(rgba(140, 114, 255, 1)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
}

.relation{
  position: absolute;
  top: 0;
  right: 0;
  height: 649px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.blcok5-ar{
  display: inline-block;
  background-image: -webkit-gradient(linear, left 0, right 0, from(rgba(100, 125, 255, 1)), to(rgba(140, 114, 255, 1)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
}
.relation p{
  font-size: 18px;
}
.relation h3{
  margin-bottom: 50px;
}
.relation .bgLine{
  flex: 1;
  width: 1px;
  background: #e4e9f9;
  margin: 0 42px 0 50px;
  margin-top: -10px;
}
.relation .relaTitle{
  margin: 100px 0 50px 0;
}

/* Featurettes
------------------------- */
.featurette{
  position: relative;
}
.nextP{
  position: absolute;
  left: 1120px;
  bottom: 0;
  transition: all .2s linear;
  transform: translateX(0px);
}
.featurette .text{
  position: absolute;
  top: 187px;
  text-align: center;
  left: 55px;
}
.featurette .textRight{
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  text-align: center;
  right: 0;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.blcok6 {
  color: rgba(100, 125, 255, 1);
  margin: 0 auto;
  min-width: 1200px;
  height: 282px;
  z-index: 1;
  background-image: linear-gradient( 130deg, rgba(100, 125, 255, 1) 20%, rgba(146, 123, 250, 1) 80%);
  position: relative;
  margin-top: -120px;
}
.blcok6 p{
  font-size: 14px;
  color: #fff;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 6px;
  text-align: center;
  line-height: 20px;
  border-bottom: 1px solid rgba(255,255,255,.5);
}
.blcok6 .noneBorder{
  border:none;
  font-size: 12px;
  padding-bottom: 0;
}
.blcok6-img {
  width: 210px;
  height: 70px;
  margin-left: 30px;
}
.encode{
  margin: 0;
  margin-top: -25px;
  color: #fff;
  font-size: 12px;
}
.row{
  margin: 0 auto;
}
h3{
  margin-top: 56px;
}
.gif{
  position: absolute;
  left: 221px;
  top: 47.444444%;
  transform: translateY(-50%);
}
.mobileBanner{
  display: none;
  width: 100vw;
  height: auto;
}
.isHide{
  display: block;
}
@media (max-width: 1600px) {
  .nextP{
  position: absolute;
  left: 1120px;
  bottom: 0;
  transition: all .2s linear;
  transform: translateX(-180px);
  }
}

@media (max-width: 1200px) {
  .nextP{
  position: absolute;
  left: 1120px;
  bottom: 0;
  transition: all .2s linear;
  transform: translateX(-380px);
  }
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    /* margin-top: 20px; */
  }
  .navbar-wrapper .container {
    /* padding-right: 15px; */
    /* padding-left: 15px; */
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  .marketing .itemsub::after{
    content: '';
    position: absolute;
    right: 0;
    height: 180px;
    top: 50%;
    transform: translateY(-50%);
    width:1px;
    background: #e4e9f9;
  }
  .marketing .col-lg-4:last-child::after{
    width: 0;
  }
}
@media (max-width: 992px) {
  .mbtop_bg{
	background-image: url(img/mobile_topbg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
  }
  .mobile{
    display: block;
  }
  .row .mobile{
    display: block;
  }
  .navbar-nav {
    width: 100vw;
    position: absolute;
    top: 50px;
    left: 0;
    background: rgba(255,255,255,0.7);
    margin: 0;
    flex-direction: column;
  }
  .navbar-nav>li>a{
    width: 100%;
    line-height: 42px;
    height: 100%;
  }
  .navbar-nav .active::after{
    bottom: 0px;
  }
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .row{
    text-align: center;
  }
  .row .partner{
    height: auto;
  }
  .featurette .textRight{
    position: relative;
    transform: translateY(0);
    margin-top: 36px;
    top: auto;
  }
  .featurette .textRight p{
    margin-bottom: 0;
  }
  .gitTo{
    width: 86%;
    height: 86%;
    margin-left: 29px;
    margin-top: 7px;
  }
  .featurette .partner p{
    margin-bottom: 0;
  }
  .featurette .partner h4{
    margin-top: 47px;
    font-size: 25px;
    margin-bottom: 8px;
  }
  .featurette .partner div{
    font-size: 13px;
    margin-bottom: 8px;
  }
  .mobileCont{
    height: 580px;
    overflow: hidden;
  }
  .mobileImg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 188%;
    height: auto;
    margin-left: -108px;
    margin-top: -31px;
    
  }
  .mobileImgs{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 129%;
    height: auto;
    margin-left: -40px;
    margin-top: -30px;
}
  .gif{
    display: none;
  }
  .about{
    display: none;
    
  }
  .col-xs-12{
    padding: 0;
  }
  nav{
	 /*background-image: url(./img/DSP_Mobile_index-4_02.jpg);*/
	background-size: 100%;
    height: 50px;
    justify-content: center;
  }
  .navbar-wrapper{
    height: 50px;
  }
  .brand-logo{
	margin-top:4px;
    width: 102px;
    height: 32px;
  }
  .navbar-brand{
    display: flex;
    align-items: center;
    
  }
  .featurette .text{
    position: relative;
    top: 0;
    left: 0;
    margin-top: 37px;
  }
  .featurette .text p{
    margin: 0;
  }
  .marketing .col-lg-4 p {
    margin-right: 0;
    margin-left: 0;
    font-size: 12px;
	line-height: 24px;
}
.itemsub{
  margin-bottom: 0;
  margin-bottom: 29px;
}
h3{
      margin-top: 5px;
    font-size: 25px;
    margin-bottom: 6px;
}
.blockText{
  display: inline-block;
  background: url(./img/title_icon.png) no-repeat center center;
  background-size: 100%;
}
h4{
  font-size: 16px;
  margin-bottom: 8px;
}

.itemsub h4{
  margin: 0;
  margin-top: 29px;
  font-size: 14px;
  margin-bottom: -16px;
}
.itemsub img{
  width: 84%;
  height: 84%;
}
.fontBG .itemsub {
  margin-bottom: 30px;
}
.fontBG .itemsub:nth-child(3),.fontBG .itemsub:nth-child(3){
  margin-bottom: 0;
}
.fontBG .container{
  padding: 0;
}
.fontBG .itemsub img{
  width: 55%;
  height: 55%;
  margin-top: 9px;
  margin-right: -2px;
}
.fontBG .itemsub h4{
  margin-top: 6px;
  margin-bottom: -2px;
  
}
.fontBG .itemsub p{
  margin-bottom: 8px;
  margin-top: 8px;
  font-size: 12px;
}
.itemsub p{
  margin-top: -9px;
  width: 103%;

}
.sts_bg{
  font-size: 14px;
}
hr{
  border-top: 1px solid #fff;
}
.navbar-nav>li{
  width: 100%;
}
.swiper-container{
  height: auto;
  background: url(./img/bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 37px;
  padding-left: 44px;
}
.swiper-container img{
  width: 100%;
  box-shadow:0 8px 16px rgba(130,102,255,.25);
}
.sts_bg{
  background: url(./img/tst_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  /* text-align: left; */
  padding: 16px;
}
	
.navbar-wrapper {
  background: rgba(255,255,255,0.5);
}
	
.mb_navbox{
  width: 28px;
  height: 18px;
  position: relative;
  left: 5px;
  box-shadow: 1px 0 0 0 rgba(106,126,255,.5) inset;
}
.mb_navl1{
  position: absolute;
  left:8px;
  width: 12px;
  height: 3px;
  border-radius: 2px;
  background-color: #6a7eff;
}
.mb_navl2{
  position: absolute;
  left:8px;
  top: 7px;
  width: 18px;
  height: 3px;
  border-radius: 2px;
  background-color: #6a7eff;
}
.mb_navl3{
  position: absolute;
  left:8px;
  bottom: 0;
  width: 15px;
  height: 3px;
  border-radius: 2px;
  background-color: #6a7eff;
}
.cp_k{
  padding-left:28px;
}
.cp_k p{
  background-image: -webkit-gradient(linear, left 0, right 0, from(rgba(100, 125, 255, 1)), to(rgba(140, 114, 255, 1)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
}
.cp_k .i1_k{
  float: none;
  display: inline-block;
  width: 64px;
  height: 2px;
  margin-top: 24px;
  margin-bottom: 12px;
  background:linear-gradient( 90deg, rgba(100, 125, 255, 1), rgba(140, 114, 255, 1))
}	
.cp_k .i2_k{
  float: left;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  background-image: url(img/mobile_icon1.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
}	
.cp_k .i3_k{
  float: left;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  background-image: url(img/mobile_icon2.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
}	
	
}
