/*jic dtp create202502*/
.describe::before{
    content: " ";
    display: inline-block;
    width: 12px;
    margin-right: 10px;
    height: 12px;
    border-radius: 50%;
    background-color: white;

}
@media (min-width: 769px) {
    .describe {
        margin-right: 45px;
        font-size: 14px;
        color: white;
    }
    .video-wrap {
        width: 700px;
        height: 394px;
        position: relative;
        top: -50px;
    }

    .cover-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: url(../image/main/video-cover.jpg?v=3) center center/cover no-repeat;
    }

    .mask {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
    }
}
#jic-dtp-solution > .button{
    color:white !important;
    border-radius: 25px;
}
#jic-dtp-solution > .button:hover{
    background: #f7901e !important;
}
#jic-dtp-solution > .button:focus{
    background: #f7901e !important;
}

#jic-dtp-solution > .button.active{
    background: #f7901e !important;
}

.jic-dtp-scene-desc{
    margin-top:30px;
    line-height: 1.5;
    font-size:18px;
    padding: 15px 25px;
}
.jic-dtp-title-weight{
    font-weight: 600 !important;
}
.jic-dtp-title{
    margin-top: 20px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.jic-dtp-scene{
    margin-top:50px !important;
}
.jic-dtp-select{
    background: linear-gradient(to bottom, #f3f6fb, #fff 100%);
    height: 200px;
    box-shadow: 2px 0px 24px 0px rgba(173, 181, 193, 0.5);
    border-radius: 20px;
}
.jic-dtp-select:hover {

    transform: scale(1.1);
}
.jic-function-module{
    height:700px;
}


#function-one.active,#function-two.active,#function-three.active,#function-four.active,
#function-five.active,#function-six.active,#function-seven.active,#function-eight.active,
#function-nine.active,#function-ten.active,#function-eleven.active,#function-twelve.active,
#function-thirteen.active,#function-fourteen.active,#function-fifteen.active{
    background: #eb5c20 !important;
    color:white;
    }
@media  only screen and (min-width: 640px) {

    .jic-dtp-solution-img{
        margin-left: 5%;
        margin-top:50px;
    }

    .dtp-function-content{
          margin-left: -268px;
          margin-top: 50px;
          width: 320px;
          border-radius: 10px;
    }
    .dtp-function-content:hover{
         background: #eb5c20;
        color: white;

    }
    .dtp-function-content:focus{
         background: #eb5c20;

    }

    .jic-dtp-function-img{
            margin-left: 9%;
            margin-top: -266px;
            height: 400px !important;
            width: 900px;
        }

    .jic-dtp-function-img2{
            margin-left: 9%;
            margin-top: -424px;
            height: 400px !important;
            width: 900px;
        }
    .jic-dtp-function-img3{
      margin-left: 9%;
      margin-top: -505px;
      height: 700px !important;
      width: 900px;
    }
}