@charset "UTF-8";
html,body{padding: 0; margin:0;}
.nav-pad{
    top: 10px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 991.98px) {
    .bg-head{
        background-image: url("../picture/topbg.jpg");
        width: 100%;
        min-height: 500px;
        top: 0;
        z-index: -10;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 0%;
    }
}
@media (max-width: 991.98px) {
    .nav-brand img{
        height: 20px;
    }
}
@media (min-width: 992px) {
    .bg-head{
        background-image: url("../picture/topbg.jpg");
        width: 100%;
        height: 700px;
        top: 0;
        z-index: -10;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 0%;
    }
    .nav-brand img{
        display: block;
        max-width: 100%;
        width: auto;
        height: 30px;
    }

}
@media (max-width: 767px){
    .nav-brand img {
        height: 20px;
    }
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-toggle {
        display: none;
    }
}
.navbar-toggle{
    background-image: linear-gradient(-180deg, #59B1FB 0%, #5695FF 95%) !important;
    border-color: #5695FF;
    box-shadow: 0 2px 20px 0 rgba(34,141,255,0.50);
}
.h-100 {
    height: 100% !important;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: rgb(173, 161, 161);
}

.banner-mockup {
    position: absolute;
    right: 3%;
    top: 5%;
    text-align: center;
}

@media (max-width: 991px){
    .banner-mockup {
        display: none;
    }
}

.bg-video-phone{
    position: relative;
    display: none; 
    height: 70vw;
}
@media(max-width:991px){
  .pic-vid{
      width: 100%;
      margin: 0 auto;
      position: absolute;
  }
  .bg-video-phone{
      display: block;
  }

  .pic-play{
      position: absolute;
      left: 40%;
      top: 35%;
      width:20%;
      z-index: 999;
  }
}
.pic-video{
    width: 100%;
    height: 100%;;
    display: none;
}
.dispaly-flex{
    display: flex;
    flex-wrap: wrap;
}

.pic-video1{
    width: 100%;
    height: 100%;;
    display: none;
}
.bg-video-content{
    margin: 0 auto;
    position: relative;  
    width: 376px;
    height: 420px;
    background: black
}
.bg-video{
   background-image: url(../picture/video.png);
   background-size: 376px 420px;
   width: 376px;
   height: 420px;
}
.bg-positon{
    margin :0 auto;
    position: relative;
}
.bg-play{
    background-image: url(../picture/play.png);
    background-size: 94px 94px;
    width: 94px;
    height: 94px;
   
}
.bg-play-position{
    position: absolute;
    top: 163px;
    left: 141px;
}


.align-items-center {
    align-items: center !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.d-flex { 
    display: flex !important;
}
.banner-content {
    padding: 130px 0px 170px;
}
@media (max-width: 1199px){}
.banner-content {
    padding: 100px 0px 100px;
}
@media (max-width: 991px){}
.banner-content {
    padding: 80px 10px 100px 0px;
}
@media (max-width: 767px){}
.banner-content {
    padding: 50px 10px 50px 0px;
}

.font-weight-regular{
    color: #ffffff;

}
.back-color{
    padding: 5px 5px;

    background: rgba(0,0,0,0.10);
}
.back-color h1{
    padding-left: 9px
}
.postion-relative{
    position: relative;
    top: 10px;
}

.qr-code img{
    width: 15%;
    height: auto;
}
.qr-code{
    top:20px; position: relative;
}
.position-qr-code{
    position: absolute; 
    left:18% ; 
    top:20%;
}
.font-regular{
    font-size: 10px;
    color: #ffffff;
}

@media (max-width: 1199px){
   .back-color h1{
       font-size: 29px;
   } 
}

@media (max-width: 991px){
    .back-color h1{
        font-size: 29px;
    } 
 }

@media (max-width: 767px){
    .back-color h1{
        font-size: 25px;
    }
    .back-color{
        padding: 0.5px 0px;
    } 
}
.back-font{
    width: 75%;
}
@media (max-width: 991px){
    .back-font{
        width: 100%;
    }
 }
 .w-100 {
    width: 100%;
}
.mx-auto {
    margin: auto !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
section {
    padding-top: 7rem;
    padding-bottom: 3.8rem;
}
section {
    display: block;
}
.previews{
    position: relative;
    
}
.feature-box{
    padding: 0 0 20px 0;
    position: relative;
}


@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}
.feature-box-icon img{
    position: relative;
    
}
@media (max-width: 991.98px){
    section {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
}

.p-font-type{
    font-family: PingFangSC-Regular;
    color: #636363;
    letter-spacing: 0;  
}
@media (max-width: 1199.98px){
    .w-100 {
        width: 94%;
        margin-left: 3%;
    }
}
@media (max-width: 575.98px){
    .w-100 {
        padding: 0 15px;
        padding-top: 0px;
        padding-right: 15px;
        padding-bottom: 0px;
        padding-left: 15px;
    }

}
.feature-box-icon img{
    width: 75px;
    height: 75px;
}
.logos-png img{
    width: 100%;
}
.box-top{
    top: 10px;
}
.font-color{
    font-family: PingFangSC-Regular;
    color: #3167EE;
    letter-spacing: 0;
}
.padding{
    padding-top: 2rem;
}
.padding-font-count{
    padding-left: 0px;
    padding-right: 0px;
}
.center-height{
    height: 300px;
}
.download-margin{
    margin-bottom: 30px;
}
.download-box{
    background: #FFFFFF;
    border: 1px solid #579FFF;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.09);
    position: relative;
}
.download-img1{
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
}
.download-img2{
    position: relative;
    top: 20px;
    width: 15%;
}
.font-left{
    padding-left:30px;
    padding-right: 30px; 
}
.postion-relative-download{
    position: relative;
    top: 12px;

    background-image: linear-gradient(-180deg, #4BB0FF 0%, #3987FF 99%);
    box-shadow: 0 15px 16px 0 rgba(0,124,255,0.44);
    border-radius: 5px;
}
.btn-studio-download{
	margin-left:20px;
}
@media (max-width: 767px){
    .icon-grad{
        text-align: center;
    }
}
.last{
    background: #192435;
}
.font-last-h3{
    font-family: PingFangSC-Semibold;
    color: #FFFFFF;
    letter-spacing: 0;
    justify-content: center;
    position: relative;
    top: -40px;
}
.padding-font-count img{
    width: 40%;
}
.font-class-h5{
    font-family: PingFangSC-Semibold;
color: #4B6A9B;
letter-spacing: 0;
}
.p-font-last{
    opacity: 0.9;
    font-size: 18px;
font-family: PingFangSC-Regular;
color: #FFFFFF;
letter-spacing: 0;
}



@media(max-width: 1199px){
    .p-font-last{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .p-font-last{
        font-size: 10px;
    }
}
.position-bubble{
    position: relative;
}
.position-bubble img{
    width: 100%;
}
.postion-p{
    position: absolute;
    margin-left: 4%;
    top: 10px;
    width: 85%;
}
@media(max-width: 991px){
    .postion-p{
        top: 2px;
    }
}
.bg-color-blue{
    background: #224F94;
    padding-top: 0;
    padding-bottom: 0;
}
.p-font-bz{
    font-family: PingFangSC-Regular;
    font-size: 6px;
    color: #FFFFFF;
    letter-spacing: 0;
}
@media (max-width: 767px){
    .position-bubble{
        display: none;
    }
}

@media (max-width: 767px){
    .qr-code img{
        width: 20%;
    }
    .font-regular h4{
        font-size: 10px;
    }
    .font-regular p{
        font-size: 8px;
    }
    .position-qr-code {
        position: absolute;
        left: 23%;
        top: 0%;
    }
}

.am-slider {
    top: 15px;
}
.bg-color{
    background: #F0F4F8;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.padding-none{
    padding-right:0px;
    padding-left: 0px;
    width: 33.33%;
}
.padding-left{
    padding-left: 15px;
    padding-right:0px;
    width: 30%;
}
.p-pic{
    width: 80%;
    /* text-align: center; */
    position: absolute;
    left: 10%;
    top:35%;
    font-family: PingFangSC-Semibold;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}
.p-work{
    position: absolute;
    top:60%;
    left: 30%;
    font-family: PingFangSC-Semibold;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}
.p-pict-1{
    width: 10% !important;
    position: absolute;
    top: 80%;
    left: 45%;
}
.lunbo-bottom{
    /* padding:40px 31px; */
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../picture/works1.png);
    height:470px;

}

.lunbo-bottom2{

    background: #FFFFFF;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.09);
    border-radius: 5px;
    width: 100%;
    height:470px;
    }

.lunbo-bottom3{
    /* padding:40px 31px; */
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../picture/works2.png);
    height:470px;

}

.lunbo-bottom5{
    /* padding:40px 31px; */
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../picture/works3.png);
    height:470px;
}

.lunbo-bottom-title{
    /* margin-top :147px; */
    position: relative;
top: 147px;
    font-family: PingFangSC-Semibold;
font-size: 22px;
color: #FFFFFF;
letter-spacing: 0;
text-align: center;
font-weight:bold;
margin-left :20px;
}

.lunbo-bottom-title2{
    font-family: PingFangSC-Semibold;
font-size: 22px;
color: #000000;
letter-spacing: 0;
text-align: center;
    font-weight: bold;
/* margin-top:115px; */
position: relative;
top: 115px;
}

.lunbo-bottom-work{
    font-family: PingFangSC-Semibold;
font-size: 17px;
color: #D9D9D9;
letter-spacing: 0;
text-align: center;
margin: 0px auto;
position: relative;
top: 30%;
}

.lunbo-bottom-logo{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-image: url(../picture/logo_chengding.png);
    background-size: 100%;
    margin: 0px auto;
    
    position: relative;
    top: 35%;
}

.lunbo-bottom-logo2{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-image: url(../picture/logo_gelou.png);
    background-size: 100%;
    margin: 0px auto;
    
    position: relative;
    top: 35%;
}

.lunbo-bottom-logo3{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-image: url(../picture/logo_chufan.png);
    background-size: 100%;
    margin: 0px auto;
    
    position: relative;
    top: 35%;
}

.lunbo-bottom-logo4{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-image: url(../picture/logo_keqin.png);
    background-size: 100%;
    margin: 0px auto;
    
    position: relative;
    top: 35%;
}

.lunbo-bottom-logo5{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-image: url(../picture/logo_yishu.png);
    background-size: 100%;
    margin: 0px auto;
    
    position: relative;
    top: 35%;
}

.lunbo-bottom-logo6{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-image: url(../picture/logo_mengpai.png);
    background-size: 100%;
    margin: 0px auto;
    
    position: relative;
    top: 35%;
}
#demo-slider-0{background:#F0F4F8; border:none; box-shadow: none}



.am-slides li{
   height:470px;
}

@media(max-width:991px)
{
    .lunbo-bottom-title2
    { font-size: 18px;
        top: 50px;}
    .lunbo-bottom-title{
        font-size: 18px;
    top: 70px;
    }
    .am-slides li{
        height: 400px;
    }

}
    
@media(max-width:767px)
{
   .display-nn{
       display: none;
   }
}
.yunlidownload-btn{
    background-image: linear-gradient(-180deg, #474747 0%, #1D1D1D 100%);
    border-radius: 5px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}

.btn{
    box-shadow:none;
}

@media(max-width:767px)
{
   h6{
       font-size: 6px;
   }
   .postion-relative-download{
       top: 5px;
   }
}

a:visited {
    color: #FFFFFF;
}
a:hover {
    color: #999999;
}
a:active{
    color:#ffffff;
}
.dsb{

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-image: none; */
    border: 1px solid white;
    border-radius: 4px;
    box-shadow: none;
    text-decoration: none !important;
}