.sec1-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec1d-item {
    flex: none;
    min-width: 188px;
}

.sec1-ico {
    width: 61px;
    height: 61px;
}

.sec1 .sec1-name {
    color: #000;
    line-height: 1.5;
}

.sec1-ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sec1 .p_num {
    display: flex;
    margin-top: 8px;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.sec1 .counter {
    line-height: 1.35;
    font-weight: 500;
    background: linear-gradient(4.611514866710502deg, #0F56AE 0%, #0F56AE 60%, #0F56AE 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.sec1 .p_plus {
    font-weight: 400;
    line-height: 1.5;
    color: #737373;
    margin-left: 8px;
}

.sec2-item {
    position: relative;
    min-height: 484px;
   /* overflow: hidden;*/
}

.sec2-des {
    width: 58.68%;
    position: relative;
    z-index: 5;
    padding-left: 5.2%;
    padding-right: 5.2%;
    display: flex;
    align-items: center;
    min-height: 459px;
    backdrop-filter: blur(40px);
    background: rgba(250, 250, 254, 0.9);
}
.sec2-des .condes{
    text-align: justify;
}

.sec2-item:nth-child(2n) .sec2-des {
    margin-left: auto;
}

.sec2-img {
    width: 55.55%;
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    padding-bottom: 33.61%;
    overflow: hidden;
}

.sec2-item:nth-child(2n) .sec2-img {
    left: 0;
    right: auto;
}

.sec2-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:1600px){
    .sec2-des {
        min-height: 26.888vw;
    }
}
@media screen and (max-width:1400px){
    .sec1d-item {
    min-width: 170px;
}
}

@media screen and (max-width:1100px){
    .sec1d-item {
    min-width: 150px;

}
}

@media screen and (max-width:768px){
        .sec1d-item {
              flex: 0 0 47%;
    margin-bottom: 6vw;
}

.sec2-img{
    width:100%;
    padding-bottom: 56.25%;
   position: relative;
}

.sec2-item{
    display: flex;
   flex-direction: column-reverse;
   padding-top: 0;
   margin-bottom: 6vw;
}
.sec2-des{
    width:100%;
}
}
