.content-wrap{
    width: 100%;
    height: 100%;
}
/* banner */
.content-body{
    /* width: 1920px; */
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
.banner{
    background-image: url("../images/top.png");
    height: 440px;
    background-repeat: no-repeat;
    width: 100%;
}
.banner-wrap {
    width: 1180px;
    display: flex;
    justify-content: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 128px;
    flex-direction: column;
    padding-bottom: 152px;
}
.banner-text p:nth-child(1){
    height: 60px;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
}
.banner-text p:nth-child(2){
    height: 60px;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    margin-top: 4px;
}
.banner-text p:nth-child(3){
    width: 519px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
}
.banner-btns {
    display: flex;
    justify-content: flex-start;
}
.banner-btns .btn_c {
    margin-right: 16px;
}
.banner-btns .btn_w {

}

/* ?????? */
.case-detail{
    width: 100%;
}
.case-head-txt{
    height: 156px;
    text-align: center;
}
.case-head-txt p{
    height: 56px;
    font-size: 32px;
    font-weight: normal;
    color: #000000;
    position: relative;
    top: 100px;
}
.case-content{
    height: 518px;
    width: 1180px;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}
.case-pic{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 630px;
    height: 354px;
    overflow: hidden;
    border-radius: 8px;
}
.rolebtn{
    display: flex;
    cursor: pointer;
}
.rolebtn .btn_w {
    color: #212121;
    border: 1px solid #999;
}
.case-pic>.case-img{
    transition: 1s;
    height: 100%;
}

.case-pic-img{
    /* background-size: 100%; */
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 0%;
    background-position-y: 100%;
    width: 630px;
    height: 354px;
    z-index: 10;
    position: relative;
    bottom: 376px;
    left: 24px;
}
/* .case-pic:hover >.case-img{
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    border-radius: 8px;
} */
.case-txt{
    width: 465px;
    font-weight: normal;
    color: #000000;
    display: flex;
    align-items: center;
}
.case-txt p{
    color: #666666;
    margin: 0;
    line-height: 20px;
    font-size: 14px;
}
.case-txt ul li{
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    margin-left: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    line-height: 24px;
    margin-top: 12px;
}
.pic-right{
    background-image: url("../images/dui.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    background-position: center;
    margin-right: 12px;
}
.case-pic1{
    background-image: url("../images/body-kiscloud01.png");
}
.case-pic2{
    background-image: url("../images/body-kiscloud02.png");
}
.case-pic3{
    background-image: url("../images/body-kiscloud03.png");
}
.case-pic4{
    background-image: url("../images/body-kiscloud03.png");
}

.case-txt ul li:nth-child(1) {
    margin-top: 0;
}
.case-txt ul li:nth-child(1) p{
    line-height: 40px;
    font-size: 28px;
    margin-left: 0px;
    color: #000000;
}
.case-txt ul li:nth-child(2) {
    margin-top: 8px;
}
.case-txt ul li:nth-child(2) p {
    font-size: 20px;
    color: #212121;
    line-height: 28px;
}
.case-txt ul li:nth-child(3) {
    margin-top: 16px;
    margin-bottom: 4px;
}
.case-txt ul li:nth-child(3) p {
    width: 430px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.case-txt ul li:last-child {
    margin-top: 24px;
}
.case-txt ul li:last-child a:hover+.trial-more{
    animation:trialmore 1s 1;
    -webkit-animation:trialmore 1s 1;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
@keyframes trialmore{
    from {margin-left: 5;}
	to {margin-left: 15px;} 
}
.h-b{
    background: #F4F8FB;
}
.trial-more{
    margin-left: 5px;
}

/* tbale */
.content-solution{
    width: 100%;
    background-color: #FFFFFF;
    padding-bottom: 120px;
}
.solution-body{
    width: 1180px;
    margin-left: auto;
    margin-right: auto;

}
.solution-head-txt{
    margin-top: 80px;
    text-align: center;
    height: 56px;
}
.solution-head-txt p{
    font-size: 32px;
    font-weight: normal;
    color: #000000;
}

.solution-remark {
    width: 1180px;
    margin:auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.solution-remark >div:first-child p{
    height: 33px;
    font-size: 24px;
    color: #212121;
}
.solution-remark>div:nth-child(2){
    width: 500px;
}
.solution-remark>div:nth-child(3){
    display: flex;
    width: 400px;
    justify-content: space-between;
}
.solution-remark .product-icon{
    position: relative;
    top: 5px;
    margin-right: 8px;
}
.solution-remark>div:nth-child(3)>div{
    display: flex;
}

.solution-product-compare{
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    border: 1px solid #E5E5E5;
    display: flex;
    flex-direction: column;
}
.head-row{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
}
.head-row-col{
    width: 25%;
}
.head-row-col:nth-child(1){
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding-left: 24px;
}
.head-row-col:nth-child(1) p{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #2386EE;
}
.row-box{
    background: #F8F8F8;
}
.row-box .body-row{
    border-bottom: 0px solid #E5E5E5;
}
.row-box .body-row:last-child{
    border-bottom: 1px solid #E5E5E5;
}
.body-row{
    text-align: left;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 48px; */
    /* margin-top: 18px; */
    padding: 9px 0;
}
.body-row-col{
    width: 25%;
}
.body-row p{
    /* height: 24px; */
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    margin: 0;
}
.row-box .body-row-col:nth-child(1){
    padding-left: 48px;
}
.body-row-col:nth-child(1){
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 24px;
    cursor: pointer;
}
.product-icon{
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    /* border: dashed 1px #2386EE; */
}
.right {
   /* background-image: url("img/right.png");*/
}
.no {
    background-image: url("../images/no.png");
}
.unspport {
    background-image: url("../images/unspport.png");
}
.hide-all-icon,.hide-icon{
    width: 16px;
    height: 16px;
    background-image: url("../images/hide-icon.png");
    background-repeat: no-repeat;
    background-size: 100%;
    /* border: dashed 1px #E5E5E5; */
    position: relative;
    top: 2px;
    margin-right: 15px;
    cursor: pointer;
}
.show-all-icon,.show-icon{
    width: 16px;
    height: 16px;
    background-image: url("../images/show-icon.png");
    background-repeat: no-repeat;
    background-size: 100%;
    /* border: dashed 1px #E5E5E5; */
    position: relative;
    top: 4px;
    margin-right: 15px;
    cursor: pointer;
}
.hiderow{
    display: none;
}
.showrow{
    /* background: #F6F8FB; */
    animation:mymove 3s infinite;
    -webkit-animation:mymove 3s infinite; 
}
.showrow th {
    padding-left: 25px;
}

/* ?????????????????? */
.mobile-detail {
    width: 100%;
    background-image: url('../images/block2-bg.png');
    background-size: cover;
    padding-top: 80px;
}
.mobile-detail-title {
    font-size: 32px;
    font-weight: bold;
    color: #212121;
    line-height: 45px;
    text-align: center;
    margin-bottom: 24px;
}
.mobile-content {
    width: 1180px;
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
}
.mobile-pic {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 375px;
    height: 575px;
    overflow: hidden;
    border-radius: 8px;
    background-image: url("../images/mobile-bg.png");
}
.mobile-img {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 249px;
    overflow: hidden;
    border-radius: 8px;
    background-image: url("../images/mobile.png");
    margin-left: 38px;
}
.mobile-pic>.mobile-img{
    transition: 1s;
    height: 100%;
}
/* .mobile-pic:hover >.mobile-img{
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    border-radius: 8px;
} */
.mobile-right {
    margin-top: 60px;
    margin-left: 80px;
}
.mobile-text {

}
.mobile-text p:nth-child(1) {
    font-size: 28px;
    font-weight: bold;
    color: #212121;
    line-height: 40px;
}
.mobile-text p:nth-child(2) {
    width: 485px;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 16px;
}
.mobile-qrcode {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}
.mobile-qrcode li:first-child {
    margin-right: 62px;
}
.mobile-qrcode li {
    width: 180px;
    height: 208px;
    background: #FFFFFF;
    border-radius: 1px;
    border: 1px solid #E1E1E1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mobile-qrcode li img {
    width: 160px;
    height: 160px;
}
.mobile-qrcode li p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 1px;
}

/* foot */
.foot-dtail{
    width: 100%;
    padding: 80px 0;
    background: #F4F8FB;
}
.foot-head-txt{
    text-align: center;
}
.foot-head-txt p{
    height: 56px;
    font-size: 32px;
    font-weight: normal;
    color: #000000;
}
.foot-item{
    width: 380px;
    height:310px;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    /* pointer-events: none; */
}
.item-black{
    width: 380px;
    height:310px;
    display: none;
    padding: 40px 0px 20px 0px;
    background-color: rgba(20, 136, 231, 0.9);
    position: relative;
    bottom: 310px;
    border-radius: 4px;
    background: linear-gradient(180deg, #FFFFFF 0%, #2386EE 0) 50%/ 5em;
}

@keyframes showbk
{
    from {opacity: 0.3; position: relative;}
	to {opacity: 1;position: relative;background-image: linear-gradient(180deg, #2386EE 100%, #FFFFFF 0);} 
}

@-webkit-keyframes showbk 
{
    from {opacity: 0.3;position: relative;}
	to {opacity: 1;position: relative;background-image: linear-gradient(180deg, #2386EE 100%, #FFFFFF 0);} 
}

@keyframes showbkc
{
    from {opacity: 0.2; background-color: #FFFFFF;}
	to {opacity: 0.81;background-color: #2386EE;} 
}

@-webkit-keyframes showbkc 
{
    from {opacity: 0.2;background-color: #FFFFFF;}
	to {opacity: 0.81;background-color: #2386EE;} 
}

@keyframes hidbk
{
    from {opacity: 1;}
	to {opacity: 0.5;}
}

@-webkit-keyframes hidbk 
{
    from {opacity: 1;}
	to {opacity: 0.5;}
}
.item-black p:nth-child(1){
    height: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}
.item-black p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    width: 330px;
    color: #FFFFFF;
    position: relative;
    left: 15px;
}
.item-face{
    display: block;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.foot-item:hover .item-face{
    animation:hidbk 1s 1;
    -webkit-animation:hidbk 1s 1;
    animation-fill-mode:forwards;
-webkit-animation-fill-mode:forwards;
}
.foot-item:hover .item-pic{
    /* height: 310px; */
}
.foot-item:hover .item-detail {
    opacity: 0;
}
.foot-item:hover .item-black{
    display:block;
    animation:showbkc 1s 1;
    -webkit-animation:showbkc 1s 1;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
.foot-item:hover .item-black p{
    
    animation:showbk 1s 1;
    -webkit-animation:showbk 1s 1;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
.item-tab{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.item-b-tab{
    width: 330px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.item-b-tab p{
    height: 24px !important;
    font-size: 14px!important;
    font-weight: 400!important;
    color: #FFFFFF!important;
}
.item-detail{
    padding: 24px 24px 24px 24px;
}
.item-detail p{
    font-size: 20px;
    font-weight: 400;
    color: #212121;
    letter-spacing: -1px;
}
.item-tab p{
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.foot-item-box{
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.item-pic{
    width: 380px;
    height: 190px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.f-i-p1{
    background-image: url("../images/case01.png");
}
.f-i-p2{
    background-image: url("../images/case02.png");
}
.f-i-p3{
    background-image: url("../images/case03.png");
}
.trial-box{
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.foot-trial{
    margin-top: 80px;
    height: 168px;
    width: 100%;
    background-color: #2086EF;
    
}
.trial-box-l{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trial-box-l p{
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
}
.trial-box-r{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trial-btn-buy{
    width: 120px;
    height: 40px;
    border-radius: 2px;
    opacity: 0.65;
    border: 1px solid #FFFFFF;
    margin-right: 16px;
}
.trial-btn-trial{
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    
}
.trial-btn-trial p{
    color: #2386EE!important;
}
.trial-box-r p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.morecase a{
    display: block;
    height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #212121;
    display: flex;
    cursor: pointer;
    align-items: center;
}
.morecase{
    width: 91px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #999;
    margin: 20px auto 0;
}
#J_exp {
    margin-top: 99px !important;
}


.video-btn {
    position: absolute;
    top: 200px;
    right: 526px;
}
.video-btn a:before {
    position: absolute;
    border-radius: 50%;
    content: '';
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: water 1.5s linear infinite;
    animation: water 1.5s linear infinite;
}
.video-btn img {
    position: relative;
    z-index: 2;
    width: 80px;
}
.video-btn img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border: 0;
    display: inline-block;
}
@keyframes water {
    0% {
      opacity: 0.5;
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
    }
  }
  
  @-moz-keyframes water {
    0% {
      opacity: 0.5;
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
    }
  }
  
  @-webkit-keyframes water {
    0% {
      opacity: 0.5;
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
    }
  }
  
  @-o-keyframes water {
    0% {
      opacity: 0.5;
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
    }
  }

  
#videoPopup1 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

#videoPopup1 .video-box {
	width: 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#videoPopup1 .video-box video {
	width: 100%;
}

#videoPopup1 .video-box .close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	text-align: center;
}

#videoPopup1 .video-box .close span {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}

#videoPopup1 .video-box .close:hover {
	background: rgba(0, 0, 0, 0.5);
}

.trialAngin-mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.trialAngin-dialog {
    width: 550px;
    height: 380px;
    background: #fff;
    margin: 200px auto 0;
    position: relative;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.trialAngin-success {
    margin-top: 40px;
}
.trialAngin-tip {
    font-size: 24px;
    color: #212121;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
}
.trialAngin-dialog .J_kisBtn {
    font-size: 21px;
    color: #0086fe;
    font-weight: bold;
    margin-top: 40px;
    text-decoration: underline;
    cursor: pointer;
}
.trialAngin-dialog .J_kisBtn:hover {
    text-decoration: underline !important;
}
.trialAngin-tip2 {
    font-size: 16px;
    color: #999;
    margin-top: 16px;
    margin-bottom: 0;
    cursor: pointer;
}
.trialAngin-close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
