.qm_head {
    padding: 0 2.08%;
}

.qm_head_l {
    color: #ffc900;
}

.qm_head_r .qm_head_r_liselect {
    background: #ffc900;
}

.kaiyun-step1-head {
    padding   : 5% 0;
    text-align: center;
}
.privacy-step1-head{
    padding: 3% 0;
    text-align: center;
}
.kaiyun-step1-cont{
    padding-bottom: 2%;

}
.privacy-cont{
    padding-bottom: 1%;

}
.feature-block ul {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: center;
}

.feature-block li {
    display     : flex;
    align-items : center;
    width       : 800px;
    margin-right: 20px;
}
/* .privacy{
    font-size: 0.2rem;
    margin-left: 10px;
} */
.scene-icon {
    width          : 80px;
    height         : 80px;
    border         : 1px solid #e0e1e2;
    border-radius  : 50%;
    display        : flex;
    justify-content: center;
    align-items    : center;
    flex-shrink    : 0;
    margin-right   : 10px;
}


.scene-icon img {
    width  : 36px;
    height : 36px;
    opacity: 0.6;
}


.card-item {
    display        : flex;
    flex-wrap      : wrap;
    align-items    : center;
    justify-content: center;
}


.card-img {
    position     : relative;
    padding      : 15px;
    width        : 500px;
    border-radius: 5px;
    box-shadow   : 0 0 1px rgba(0, 0, 0, .2), 0 3px 6px rgba(15, 15, 15, .1);

}

.float-card {
    width: 190px;
    background: linear-gradient(162deg, #ecfbfe 5%, #daf3fe 90%);
    box-shadow: 0 0 1px rgba(0,0,0,.2), 0 5px 10px rgba(15,15,15,.15);
    position: absolute;
    top: 237px;
    right: -30px;
    padding: 12px 15px;
    color: rgba(0,0,0,.4);
}

.card1 {
    width: 100%;
}

.card-text {
    line-height: 35px;
    width      : 400px;
}

.card2 {
    width: 180px;
}

.shot-wrapper {
    position: relative;
}

.card-img-cont {
    padding      : 50px 30px;
    width        : 300px;
    border-radius: 5px;
    box-shadow   : 0 0 1px rgba(0, 0, 0, .2), 0 3px 6px rgba(15, 15, 15, .1);

}

.learn-type-wrapper {
    position     : absolute;
    border-radius: 5px;
    padding      : 20px 10px;
    background   : #27282c;
    box-shadow   : 0 0 1px rgba(0, 0, 0, .2), 0 4px 10px rgba(15, 15, 15, .3);
    top          : 15px;
    left         : 280px;
}
.shot-wrapper2{
    margin-right: 80px;
  
}
.shot-wrapper3{
    margin-right: 200px;
}

@media (max-width: 768px) {
    .float-card,.learn-type-wrapper{
        display: none;
    }
    .card-img{
        width: 250px;

    }
    .shot-wrapper2,.shot-wrapper3{
        margin-right: 0;
      
    }
    .card-img-cont{
        padding: 25px 15px;
    }
}