.contain {
	width:100%;
	height:100%;
	background:#ffffff;
}
/* banner */
.banner-product {
	margin-top:0;
	height:33.75rem;
	padding:8.75rem 0 0;
	background:url("../../static/img/pageimage/d_hdsp/banner.png") no-repeat center;
	background-size:100% 100%;
	text-align:left;
}
.banner-product-title {
	color:#ffffff;
	font-weight:500;
	font-size:2.625rem;
}
.banner-product-retxt{
    font-weight: 400;
font-size: 1.25rem;
color: #FFFFFF;
opacity: 0.4;
line-height: 2rem;
text-align: left;
}
.banner-product-txt {
    width: 39.625rem;
text-align: left;
	color:#FFFFFF;
	height:5.8125rem;
	font-size:0.875rem;
	font-weight:400;
	line-height: 1.6875rem;
    margin-top: .5625rem;
}
.banner-product .more-white-see{
    top: 16.0625rem;;
    width: 8.75rem;
    height: 2.5rem;
    padding: .5625rem 2.25rem;
}
#download{
left:0;
}
#action{
   background: #28ABC3;
    border: none;
left: 10.0625rem;
}
#action:hover{
    background: linear-gradient( 90deg, #00D1EB 0%, #00B8F5 100%);
   
}
#action:hover .more-see-white-txt{
    color: #ffffff;
}
/* 产品荣誉 */
.advangtages-container{
background: url('../img/pageimage/d_hdsp/annual-bg.png');
background-size: 100% 100%;
padding: 5rem 0 7.1875rem;
}
.annual-container{
/* padding-bottom: 5rem; */
}
.annual-content-flex{
    width: 75rem;
}
.ad-title{
text-align: left;
}
.ad-title h2{
        letter-spacing: .5rem;
    text-indent: 0;
}
.annual-content{
	width: 75rem;
    height: 23.9375rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-left: 1.9375rem;

}
.event-tit{
    text-align: left;
	position: relative;
	font-size: 1.125rem;
font-weight: 500;
line-height: 1.9375rem;
color: #090F21;
}
.honour-evnet{
      margin-top: 1.75rem;
    margin-left: 6.875rem;
}
.honour-evnet:first-child{
    margin-left: 0;
    margin-top: 4.6875rem;
}
.honour-evnet .event-tit::before{
	position: absolute;
	    left: -1.9375rem;
    top: .125rem;
    content: '';
    width: 1.625rem;
    height: 1.625rem;
}
.honour-evnet:first-child .event-tit::before{
background: url('../img/pageimage/d_hdsp/honor-icon-1.svg');
	background-size: 100% 100%;
}
.honour-evnet:nth-child(2) .event-tit::before{
background: url('../img/pageimage/d_hdsp/honor-icon-2.svg');
	background-size: 100% 100%;
}
.honour-evnet:nth-child(3) .event-tit::before{
background: url('../img/pageimage/d_hdsp/honor-icon-3.svg');
	background-size: 100% 100%;
}
.honour-evnet:nth-child(4) .event-tit::before{
background: url('../img/pageimage/d_hdsp/honor-icon-4.svg');
	background-size: 100% 100%;
}
.honour-evnet:nth-child(5) .event-tit::before{
background: url('../img/pageimage/d_hdsp/honor-icon-5.svg');
	background-size: 100% 100%;
}
.honour-evnet:nth-child(6) .event-tit::before{
background: url('../img/pageimage/d_hdsp/honor-icon-5.svg');
	background-size: 100% 100%;
}
.honour-evnet:nth-child(3){
    margin-top: 3.1875rem;
}
.honour-evnet:nth-child(4){
    margin-top: -2.0625rem;
}
.honour-evnet:nth-child(5){
    margin-top: 1.6875rem;
}
.honour-evnet:nth-child(6){
    margin-top: 1.5625rem;
}
.honour-list{
margin-top: .4375rem;
    /* margin-left: -1.5rem; */
}
.honour-item:first-child{
	margin-top: 0;
}
.honour-item{
    text-align: left;
	margin-top: .625rem;
font-weight: 400;
font-size: .875rem;
color: rgba(9,15,33,0.7);
line-height: 1.5rem;
}
.honour-content-div{
    margin-left: -2rem;
}
.honourImg{
	width: 75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.imgBox{
	margin-top: 2.75rem;
	width: 13.75rem;
	height: 12.75rem;
	background: rgba(255,255,255);
	box-shadow: 0rem .375rem 1.25rem rgba(10,44,115,0.08);
	opacity: 1;
	border-radius: 14px;
}
.imgBox img{
     width: 13.75rem;
     height: 10.125rem;
     background-color: #F5F7FA;
     border-radius: 14px 14px 0 0;
}
.imgBox .honourimg-txt{
	text-align: center;
	margin-top: .6875rem;
font-size: .75rem;
font-weight: 400;
line-height: .875rem;
color: #090F21;
}
.annual-swiper-container{
    width: 75rem;
    overflow: hidden;
}
.annual-swiper-container .swiper-slide{
    width: 13.75rem!important;
}
 .swiper-wrapper {  
    /* 这里是改变其动画效果为匀速形式，不加此样式的话会造成滚动卡顿，看起来效果不平滑 */
    /* 样式做了各种浏览器的兼容 */
    transition-timing-function:linear !important;
    -webkit-transition-timing-function: linear !important;   
	  -moz-transition-timing-function: linear !important;
	  -ms-transition-timing-function: linear !important;
	  -o-transition-timing-function: linear !important;
	  transition-timing-function: linear !important;}
/* 定位 */
.challange-container {
	padding:5rem 0 5.625rem;
	background:url('../img/pageimage/d_hdsp/dingwei_bg.png') bottom no-repeat;
	background-size:100%;
	background-color:#ffffff;
	text-align:left;
}
.challange-container h2 {
	text-indent:0rem;
	letter-spacing:0.5rem;
}
.challange-content {
	width:75rem;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.challange-p {
	margin-top:1.5rem;
	width:auto;
	font-size:0.875rem;
	font-weight:400;
	line-height:0.875rem;
	color:rgba(9,15,33,0.5);
}
.challange-container .challange-tags {
	width:29.375rem;
	margin-top:1.375rem;
	display:flex;
	flex-wrap:wrap;
}
.challange-container .challange-tag:first-child,.challange-container .challange-tag:nth-child(3) {
	margin-left:0;
}
.challange-container .challange-tag {
	margin-top:1.25rem;
	color:rgba(9,15,33,0.5);
	padding:0.625rem 1.4375rem;
	margin-left:0.375rem;
	width:auto;
	height:2.375rem;
	transition:all 0.5s;
}
.challange-container .challange-tag-active {
	color:#090F21;
	background:rgba(255,255,255);
	box-shadow:0.3125rem 0.3125rem 1.25rem rgba(26,39,59,0.1);
	border-radius:6px;
	transition:all 0.5s;
}
.challange-container .challange-tag-title {
	color:rgba(9,15,33,0.5);
	font-size:0.875rem;
	font-weight:400;
	line-height:0.875rem;
}
.challange-container .challange-tag-subtitle {
	font-size:1.125rem;
	font-weight:400;
	line-height:1.9375rem;
}
.content-right {
	width:44.3125rem;
	height:18.6875rem;
	display:flex;
	background:rgba(255,255,255);
	box-shadow:0.3125rem 0.3125rem 1.25rem rgba(26,39,59,0.1);
	border-radius:20px;
	transition:all 0.5s;
}
.content-right img {
	width:16.25rem;
	height:18.6875rem;
}
.challenge-para {
	margin:0 2.0625rem 0 1.3125rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.challenge-para .challange-tag-title {
	width:23.75rem;
	line-height:1.5rem;
	color:rgba(9,15,33,0.5);
}
.challenge-para .challange-tag-subtitle {
	margin-top:0;
	margin-bottom:1.125rem;
	line-height:1.125rem;
	color:#090F21;
}
/* core核心 */
.core-container {
    position: relative;
	background-color:#F5F7FA;
	padding:4.375rem 0 3.875rem 0;
	overflow:hidden;
}
.core-p {
	z-index:1;
	width:49.5rem;
	height:2.75rem;
	font-size:0.875rem;
	font-weight:400;
	line-height:1.5rem;
	color:rgba(9,15,33,0.5);
	margin:0.875rem 0 1.1875rem 0;
}
.core-box {
    margin-top: 2.375rem;
	z-index:1;
	width:69.0625rem;
	height:32rem;
	/* padding:2.5rem 3.125rem; */
	/* background:rgba(255,255,255);
	box-shadow:0.3125rem 0.3125rem 1.25rem rgba(26,39,59,0.1);
	opacity:1;
	border-radius:1.25rem; */
}
.core-img {
	width:100%;
	height:100%;
}
.core-container .more-black-see,
.dese-concact  .more-black-see{
    margin-top: 1.875rem;
    width: 12.5rem;
    height: 2.5rem;
    background: #00B9CC;
    border-radius: 4px 4px 4px 4px;
    padding: .5625rem 2.8125rem;
    border: none;
    z-index: 1;
}
.core-container .more-see-black-txt,
.dese-concact  .more-see-black-txt{
font-weight: 400;
font-size: 1rem;
color: #FFFFFF;
}
.core-container .more-black-see:hover{
    background: linear-gradient( 90deg, #00D1EB 0%, #00B8F5 100%);
}
.core-container .more-black-see:hover .more-see-black-bg,
.dese-concact .more-black-see:hover .more-see-black-bg{
    width: 100%;
    height: auto;
}
.core-container .more-black-see:hover>div,.core-container .more-black-see>div,
.dese-concact .more-black-see:hover>div,.dese-concact .more-black-see>div{
    background: url(../img/index-page/white-arrow.svg) no-repeat;
}
.core-contact-txt{
font-weight: 500;
font-size: .875rem;
color: rgba(9,15,33,0.5);
margin-top: .75rem;
z-index: 1;
}

/* 应用场景 */
.application-container {
    background-color: #FFFFFF;
	text-align:left;
	padding:4.375rem 0 5.625rem;
}
.card-new h2 {
	letter-spacing:0.5rem;
	text-indent:0rem;
}
.application-container .challange-content {
    width: 75rem;
    margin: 0 auto;
	z-index:1;
        margin-top: 2.8125rem;
}
@media (min-width: 1680px){
.application-container .content-right {
    margin-right: 0!important;
}}
.application-container .content-right {
	display:block;
    box-sizing: border-box;
	width: 59.6875rem;
	height: auto;
	background: #FFFFFF;
	box-shadow: .1875rem .375rem 1.875rem .0625rem rgba(0,106,213,0.08);
	border-radius: 18px 18px 18px 18px;
	padding: .9375rem 4.75rem 0 6.0625rem;
}
.application-container .content-right::before{
    position: absolute;
	     left: 8.25rem;
    top: 14.5625rem;
    z-index: -1;
    content: '';
width: 15rem;
height: 15rem;
background: url('../img/pageimage/d_hdsp/app-back-1.svg');
background-size: 100% 100%;
}
.application-container .content-right::after{
    position: absolute;
	 right: -2rem;
    top: -1.5625rem;
    z-index: -1;
    content: '';
width: 6.6875rem;
height: 8.4375rem;
background: url('../img/pageimage/d_hdsp/app-back-2.svg');
background-size: 100% 100%;
}
.application-container .challange-tags {
	margin-top:0;
	display:block;
}
.application-container .challange-tag {
    display: flex;
	width: 13.0625rem;
height: 3.125rem;
	margin:2rem 0 0 0;
    padding: .875rem 0 .5625rem 3.9375rem;
    box-sizing: border-box;
}
.application-container .challange-tag-active {
    background: linear-gradient( 93deg, #1438A9 0%, #1569FF 100%);
    border-radius: 6px 6px 6px 6px;
}
.application-container .challange-tag-active .challange-tag-subtitle {
font-weight: 500;
font-size: 1.125rem;
color: #FFFFFF;
}
.application-container .challange-tag-subtitle {
	line-height:1.125rem;
    font-weight: 400;
font-size: 1rem;
color: #090F21;
position: relative;
}
.application-container .challange-tag-subtitle::before{
    position: absolute;
	        left: -2.8125rem;
    top: -0.1875rem;
    content: '';
width: 1.625rem;
height: 1.625rem;
margin-right: 1.1875rem;
}
.application-container .challange-tag:first-child .challange-tag-subtitle::before{
   background: url('../img/pageimage/d_hdsp/app-icon-1.svg');
   background-size: 100% 100%;
}
.application-container .challange-tag:nth-child(2) .challange-tag-subtitle::before{
   background: url('../img/pageimage/d_hdsp/app-icon-2.svg');
   background-size: 100% 100%;
}
.application-container .challange-tag:nth-child(3) .challange-tag-subtitle::before{
   background: url('../img/pageimage/d_hdsp/app-icon-3.svg');
   background-size: 100% 100%;
}
.application-container .challange-tag:nth-child(4) .challange-tag-subtitle::before{
   background: url('../img/pageimage/d_hdsp/app-icon-4.svg');
   background-size: 100% 100%;
}
.application-container .challange-tag-active:first-child .challange-tag-subtitle::before{
   background: url('../img/pageimage/d_hdsp/app-icon-1a.svg');
   background-size: 100% 100%;
}
.application-container .challange-tag-active:nth-child(2) .challange-tag-subtitle::before{
   background: url('../img/pageimage/d_hdsp/app-icon-2a.svg');
   background-size: 100% 100%;
}
.application-container .challange-tag-active:nth-child(3) .challange-tag-subtitle::before{
   background: url('../img/pageimage/d_hdsp/app-icon-3a.svg');
   background-size: 100% 100%;
}
.application-container .challange-tag-active:nth-child(4) .challange-tag-subtitle::before{
   background: url('../img/pageimage/d_hdsp/app-icon-4a.svg');
   background-size: 100% 100%;
}
.senoria-content {
	display:flex;
	flex-wrap:wrap;
    height: 100%;
    justify-content: space-between;
}
.senoria-content .challenge-para .challange-tag-title{
    margin-left: -1.3125rem;
}
.app-tag-line{
    position: absolute;
    width: 47.5rem;
height: .0625rem;
background: #E8EAED;
}
.senoria-title {
	font-size:1.5rem;
	font-weight:500;
	color:#090f21;
}
.senoria-content .challange-tag-subtitle::before{
    background: url('../img/pageimage/d_hdsp/app-para-before.svg');
    background-size: 100% 100%;
     position: absolute;
	 left: -1.375rem;
    top: .0625rem;
    content: '';
width: .875rem;
height: .875rem;
}
.senoria-content .challange-tag-subtitle {
    position: relative;
    font-weight: 500;
font-size: 1.25rem;
color: #090F21;
margin-bottom: .8125rem;
}
.application-container .challenge-para:nth-child(2n) {
	margin-right:0;
}

/* 优势 */
.ability-container .item-bg1,
.ability-container .item-bg2,
.ability-container .item-bg3{
background:rgba(255,255,255,1);
opacity: 0.4;
}
.ability-container {
	background: rgba(33, 163, 221, 0.1);
	padding:4.375rem 0 0;
}
.ability-circle{
    position: absolute;
    width: 11.25rem;
    height: 11.25rem;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 6px 20px 1px rgba(10,44,115,0.08);
    font-weight: 500;
    font-size: 1.375rem;
    color: #090F21;
    line-height: 0rem;
    text-align: center;
}
.ability-circle img{
width: 3.125rem;
height: 3.125rem;
    display: block;
    margin: 3.25rem 4.0625rem 1.3125rem;
}
.ability-line-1,.ability-line-2{
    position: absolute;
    width: 9.875rem;
height: .0625rem;
background:repeating-linear-gradient(to right, #28ABC3, #28ABC3 .25rem, transparent .25rem, transparent .5rem);
z-index: -4;
}
.ability-line-3{
       position: absolute;
    width: .0625rem;
height: 5.875rem;
background:repeating-linear-gradient(to bottom, #28ABC3, #28ABC3 .25rem, transparent .25rem, transparent .5rem);
z-index: -4;
}
.ability-line-1::before{
    position: absolute;
   left: -0.625rem;
    top: -0.1875rem;
    content: '';
    width: .375rem;
    height: .375rem;
    background: #28ABC3;
    border-radius:50% ;
    -webkit-border-radius:50% ;
    -moz-border-radius:50% ;
    -ms-border-radius:50% ;
    -o-border-radius:50% ;
}
.ability-line-2::after{
    position: absolute;
   right: -0.3125rem;
    top: -0.1875rem;
    content: '';
    width: .375rem;
    height: .375rem;
    background: #28ABC3;
    border-radius:50% ;
    -webkit-border-radius:50% ;
    -moz-border-radius:50% ;
    -ms-border-radius:50% ;
    -o-border-radius:50% ;
}
.ability-line-3::after{
    position: absolute;
      right: -0.1875rem;
    bottom: -0.5rem;
    content: '';
    width: .375rem;
    height: .375rem;
    background: #28ABC3;
    border-radius:50% ;
    -webkit-border-radius:50% ;
    -moz-border-radius:50% ;
    -ms-border-radius:50% ;
    -o-border-radius:50% ;
}
.ability-content{
display: flex;
    justify-content: space-between;
    width: 75rem;
    margin: 0 auto;
    height: 40.9375rem;
    z-index: 1;
}

.ability-box-title{
    text-align: left;
font-weight: 500;
font-size: 1.25rem;
color: #090F21;
}
.ability-box-p{
    width: 17.5rem;
    text-align: left;
font-weight: 400;
font-size: .875rem;
color:rgba(9, 15, 33, 0.50);
line-height: 1.5rem;
margin-top: .375rem;
}
.ability-box-para{
    margin-top: 2.375rem;
}
/* 客户案例 */
.case-container {
    background-color: #FFFFFF;
	padding:4.375rem 0 0;
	background-size:100%;
}
.case-iconbox{
    background: #FFFFFF;
      border-radius: 10px 10px 10px 10px;
width: 16.25rem;
height: 3.875rem;
margin-top: .125rem;
    box-sizing: border-box;
    padding: .6875rem;
    margin: 1px;
}
.case-tag-hidden{
      border-radius: 10px 10px 10px 10px;
height: 4rem;
  width: 16.4375rem;
  overflow: hidden;
  
}
.case-tag-hidden-active{
 box-shadow: 6px 6px 20px 1px rgba(0,50,126,0.08);
    border-radius: 10px 10px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #22C9DE; */
    animation:  colorchange 1s linear;
    -webkit-animation:  colorchange 1s linear;
}
.case-iconbox-active::before{
  content: '';
   border-radius: 10px 10px 10px 10px;
  position: absolute;
  top: -2px;
  left: -2px;
  height: 4.0625rem;
  width: 16.4375rem;
  z-index: -1;
  /*border: 1px solid #22C9DE;
  */background-image: conic-gradient(#22C9DE,#22C9DE,#22C9DE,#22C9DE);
  animation: rotate 1s linear 1;
  -webkit-animation: rotate 1s linear 1;
}
.case-iconbox-active{
      border-radius: 10px 10px 10px 10px;
    position: relative;
    margin: 1px;
}
@keyframes colorchange {
0% {
box-shadow: none;
}
100% {
box-shadow: 6px 6px 20px 1px rgba(0,50,126,0.08);}
}
@keyframes rotate {
  0% {
    background-image:conic-gradient(transparent,transparent,transparent,#22C9DE);
    transform: rotate(0deg);
  }
  50%{
     background-image:conic-gradient(transparent,transparent,#22C9DE,#22C9DE);
  }
  75%{
    background-image:conic-gradient(transparent,#22C9DE,#22C9DE,#22C9DE);
  }
  100%{
    transform: rotate(360deg);
  background-image: conic-gradient(#22C9DE,#22C9DE,#22C9DE,#22C9DE);
  }
}
.case-icon-img {
	    width: 75rem;
    height: 5.0625rem;
    margin: 0 auto;
    margin-top: 0.9375rem;
    display: flex;
    justify-content: space-between;
    z-index: 1;
        padding:3px 2px 0 2px;
    box-sizing: border-box;

}
.case-log-change{
    margin-top: 2.875rem;
}
.case-content-df {
	margin-top:0;
}
.case-tag-title{
font-weight: 500;
font-size: 1.125rem;
color: #090F21;
text-align: center;
}
.case-tag-p{
        margin-top: .5rem;
font-weight: 400;
font-size: .875rem;
color: rgba(9,15,33,0.5);
}
.case-tags {
	margin-top:2.9375rem;
	display:block;
    z-index: 1;
}
.case-right{
    z-index: 1;
}
.case-tags .challange-tag{
    margin-top: .4375rem;
}
.case-tags .challange-tag-subtitle {
	font-weight:500;
	line-height:1.625rem;
}
.case-con{
width: 100%;
background-color: #f5f7fa;
    padding-bottom: 3.75rem;
}

.case-tag-para{
width: 7rem;
height: 1.75rem;
background: #F6F8FB;
border-radius: 4px 4px 4px 4px;
padding: .4375rem .875rem;
box-sizing: border-box;
font-weight: 400;
font-size: .875rem;
color: rgba(9,15,33,0.5);
margin-top: .9375rem;
}
.case-right .jingmao-content img{
    width: 28.6875rem;
    height: 22.5rem;
    margin-top: -3.625rem;
    margin-right: -1.625rem;
}
.case-right .challenge-para:first-child p{
margin-top: 1rem;
    width: 24.8125rem;
}
.yewu-title{
    margin: -0.5rem 0 .8125rem -1.6875rem;
    font-weight: 500;
font-size: 1.125rem;
color: #090F21;
/* line-height: 28px; */
}
.yewu-title-blod{
    font-weight: 500;
    color: #090F21;
}
.case-fangan-bold{
    font-weight: 500;
font-size: 1.125rem;
color: #090F21;
line-height: 1.75rem;
text-align: center;
margin-left: -5.25rem;
    margin-top: 1rem;
}
.case-right .content-right:nth-child(4) .challange-tag-title{
    font-weight: 400;
font-size: .75rem;
color: rgba(9,15,33,0.5);
margin-left: -1.375rem;
}
.case-right .content-right:nth-child(4) .challange-tag-title::before{
      display: none;
}
.case-right .content-right:nth-child(4) .jiazhi-bold-tit::before{
  display: block;
    content: '';
    width: .875rem;
    height:.875rem;
    border: none;
    position: absolute;
    top: 0;
    left: -1.3125rem;
    background: url('../img/pageimage/d_hdsp/jiazhi-before.svg');
    background-size: 100% 100%;
}
.jiazhi-bold-tit{
    position: relative;
    font-weight: 400;
font-size: 1rem;
color: #090F21;
text-align: left;
}
.case-content-df:nth-child(2) .content-right:nth-child(3) .para-df img{
width: 2.5rem;
height: 1.6875rem;
}
.case-content-df:nth-child(2) .content-right:nth-child(3) .para-df .case-fangan-bold{
text-align: left;
margin-top: 0;
margin-left: 0;
}
.case-content-df:nth-child(2) .content-right:nth-child(4) .jiazhi-bold-tit::before{
display: none;
}
.case-content-df:nth-child(2) .content-right:nth-child(4) .jiazhi-bold-tit{
font-weight: 500;
font-size: 1.125rem;
color: #090F21;
line-height: 1.75rem;
}
.case-content-df:nth-child(2) .content-right:nth-child(4) .jiazhi-img-bg{
    position: absolute;
    top: 12.75rem;
    left: 15.6875rem;
    width: 42rem;
    height: 9.375rem;
}
.case-content-df:nth-child(3) .content-right:nth-child(4) .jiazhi-bold-tit{
width: 18.75rem;
font-weight: 400;
font-size: .875rem;
color: rgba(9,15,33,0.5);
line-height: 1.75rem;
}
.case-content-df:nth-child(3) .content-right:nth-child(4) .jiazhi-bold-tit::before{
    top: .3125rem;
}
/* 小得瑟咨询 */
.dese-concact{
    width: 100%;
    height: 24.375rem;
    background: url('../img/pageimage/d_hdsp/xiaodese-bg.png');
    background-size: 100% 100%;
}
.xiaodese{
    width: 25.625rem;
    height: 23.4375rem;
    position: absolute;
    right: 4.1875rem;
    top: .9375rem;
}
.dese-tit{
    display: block;
        margin: 6.25rem 0 0 4.9375rem;
}
.dese-tit-title{
font-weight: 500;
font-size: 2.75rem;
color: #FFFFFF;
line-height: 3.125rem;
}
.dese-tit-para{
font-weight: 400;
font-size: 1.125rem;
color: #FFFFFF;
line-height: 3.125rem;
}
.dese-concact .more-black-see{
     width: 18rem;
     height: 3.25rem;
     margin-left: -0.0625rem;
     padding:.5625rem 3.875rem;
     margin-top: 1.4375rem;
     background: linear-gradient( 94deg, #FFCB33 0%, #FF8D09 100%);
}
.dese-concact .more-black-see:hover{
    cursor: pointer;
    background: linear-gradient( 265deg, #FFCB33 0%, #FF8D09 100%);
    /* animation:  deseButton 0.3s linear;
    -webkit-animation:  deseButton 0.3s linear; */
}
/* @keyframes deseButton {
    0%{
background: linear-gradient( 94deg, #FFCB33 0%, #FF8D09 100%);
    }
    25%{
      background: linear-gradient( 144deg, #FFCB33 0%, #FF8D09 100%);  
    }
    50%{
background: linear-gradient( 180deg, #FFCB33 0%, #FF8D09 100%);
    }
    75%{
        background: linear-gradient( 224deg, #FFCB33 0%, #FF8D09 100%);
    }
    100%{
background: linear-gradient( 265deg, #FFCB33 0%, #FF8D09 100%);
    }
} */
.dese-concact  .more-see-white-txt{
font-weight: 500;
font-size: 1.5rem;
color: #FFFFFF;
}
.dese-bg1,.dese-bg2,.dese-bg3{
    display: none;
    transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
}

