.downloadBox{padding:50px 0}
.downloadCon{ width:100%}
.tech_l_top{width:100%;border-bottom:1px solid #ddd;}
.tech_l_top span{display:inline-block;padding:10px 20px;border:1px solid #ddd;border-bottom:none;color:#aaa;margin-right:20px;cursor: pointer;}
.techOn{background:#e60012;border:none !important;color:#fff !important;}
.techConItem{border-bottom:1px solid #ddd; justify-content:start;align-items:center;padding:15px 0;position: relative;}
.tech_i_left{padding:15px;background:#e1e1e1}
.tech_i_left p{margin-bottom:0; font-size:18px;}
.tech_i_left span{display:inline-block;border-top:1px solid #aaa;padding-top:5px;}
.tech_i_middle{padding:0 20px;box-sizing: border-box;}
.tech_i_middle p::before{
    content:'';
    display:inline-block;
    width:10px;height:10px;
    border:1px solid #ddd;
    transform: rotate(45deg);
    margin-right:10px;
}
.tech_i_right{position: absolute;right:10px;}
/* .tech_bth{padding:30px 0;}
.tech_bth ul{margin:auto;width:65%}
.tech_bth ul li{margin-right:10px;margin-bottom:15px;   }
.tech_bth ul li a{display:inline-block;padding:10px 15px;border:1px solid #ddd;} */
@media screen and (min-width:992px) and (max-width:1199px){
    
}

@media screen and (min-width:768px) and (max-width:991px){

}

@media screen and (max-width:767px){
  .tech_left{width:100%}
  .tech_l_top span{margin-right:5px;padding:5px 10px;font-size:12px;}
    .tech_i_left{padding:8px;width:15%;text-align:center;}
    .tech_i_left p{margin-bottom:0; font-size:14px;}
    .tech_i_left span{font-size:12px}
    .tech_i_middle{padding:0 10px;width:65%;box-sizing:border-box;font-size:13px;}
    .tech_i_right{width:15%;}
    /* .tech_bth ul{width:100%}
    .tech_bth ul li a{padding:5px 10px;font-size:12px;} */
}