.prod_title{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: 'NotoSans-Medium';
    padding: 5% 0 1% 0;
    color: #195aa2;
    font-size: 35px;
}
.prod_sub{
    font-size: 18px;
    color: #333333;
    padding-top: 1%;
    text-align: center;
}
.prod_box01{
    width: 100%;
    margin: 0 auto;
    padding: 2% 0;
    position: relative;
    z-index: 1;
}
.prod_pic>img{
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
}
.prod_box02{
    position: relative;
    z-index: -1;
    width: 100%;
    background: #f0f4f7;
    border-radius: 20px 0 0 20px;
    padding: 4% 2% 2% 2%;
    margin-bottom: 11%;
}
.prod_box02>.prod_tit{
    text-align: center;
    font-size: 30px;
    color: #195aa2;
}
.feat_list{
    padding: 2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.allfeat_box{
    padding: 2%;
    width: 33%;
}
.feat_tit{
    display: flex;
    font-size: 18px;
    color: #6fbe53;
}
.feat_tit>span{
    margin-right: 10px;
}
.feat_text{
    font-size: 18px;
    color: #333333;
    padding: 0 40px;
}
.feat_robot{
    position: absolute;
    top: -8%;
    left: 2%;
}
.back_box01,.back_box02{
    position: absolute;
    width: 70%;
    height: 100px;
    background: #f0f4f7;

}
.back_box01{
    right: 0;
    top: -90px;
    z-index: -1;
    border-radius: 20px 20px 0 0;
}
.back_box02{
    right: 0;
    bottom: -90px;
    z-index: -1;
    border-radius: 0 0 20px 0;
}
.prod_box03{
    position: relative;
    width: 100%;
    background: #fef8e0;
    border-radius: 0 20px 20px 20px;
    padding: 4% 2% 2% 2%;
}
.Ent_title{
    text-align: center;
    font-size: 30px;
    color: #195aa2;
}
.feat_text>a{
    color: #6fbe53;
}
.back_box03{
    position: absolute;
    width: 25%;
    height: 100px;
    background: #fef8e0;
    left: 0;
    top: -90px;
    z-index: -1;
    border-radius: 20px 0 0 0;
}
.prod_box04{
    padding: 2% 0;
    position: relative;
    width: 100%;
}
.prod_btn_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2% 0;
}
.prod_robot_box{
    margin-bottom: 2%;
}
.prod_robot_box>a>img{
    display: block;
    margin: 0 auto;
    margin-left: 37%;
}
.prod_btn{
    font-family: "NotoSans-Medium";
    width: 246px;
    line-height: 25px;
    height: 49px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 50px;
    background: #6fbe53;
    transition: all 1s linear;
    border: 2px solid transparent;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 20px;
}
@media (max-width:1400px) {
    .prod_robot_box>a>img{
        margin-left: 35%;
    }
}
@media (max-width:1100px) {
    .prod_robot_box>a>img{
        margin-left: 34%;
    }
}
@media (max-width:996px) {
    .prod_robot_box>a>img{
        margin-left: 32%;
    }
    .prod_box01{
        padding: 5%;
    }
    .feat_robot{
        left: -5%;
    }
    .prod_box02{
        margin-bottom: 16%;
    }
}
@media (max-width:850px) {
    .prod_robot_box>a>img{
        margin-left: 30%;
    }
}
@media (max-width:768px) {
    .prod_box03{
        border-radius: 20px;
    }
    .prod_box02{
        border-radius: 20px;
        margin-bottom: 10%;
    }
    .prod_robot_box>a>img{
        margin-left: 27%;
    }
    .feat_robot{
        left: -10%;
    }
    .prod_title{
        font-size: 25px;
    }
    .back_box01,.back_box02,.back_box03{
        display: none;
    }
    .prod_box02 .allfeat_box{
        width: 50%;
    }
    .prod_box03 .allfeat_box{
        width: 100%;
    }
    .back_box02{
        border-radius: 20px;
    }
    .back_box03{
        border-radius: 20px;
    }
    .feat_robot{
        display: none;
    }

}
@media (max-width:690px) {
    .prod_robot_box>a>img{
        margin-left: 23%;
    }
}

@media (max-width:625px) {
    .prod_robot_box>a>img{
        margin-left: 21%;
    }
}

@media (max-width:530px) {
    .prod_box02 .allfeat_box{
        width: 100%;
    }
    .prod_robot_box>a>img{
        margin-left: 15%;
    }
    .allfeat_box{
        width: 100%;
    }
}
@media (max-width:475px) {
    .prod_robot_box>a>img{
        width: 35%;
        margin-left: 24%;
    }
    .prod_btn{
        width: 150px;
        font-size: 14px;
    }
    .prod_title{
        font-size: 20px;
    }
    .prod_sub{
        font-size: 16px;
    }
    .feat_text{
        padding: 5px 0 5px 40px;
    }
}
@media (max-width:375px) {

    
}