.flex-col {
    flex-direction: column;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.diymt-40 {
    margin-top: 40px;
}
.sm\:text-base{
        font-size: 16px;
    line-height:24px;
}
.grid {
    display: grid;
}
.gap-12{
    gap:48px;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-center {
    background-position: center;
}
.bg-cover {
    background-size: cover;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.rounded-full {
    border-radius: 9999px;
    width:90px;
    height:90px;
    font-size:30px;
    color:#fff;
    line-height:90px;
    text-align: center;
}
.fzlc {overflow:hidden;}
.bg-theme-light{
    width: 100%;
    left: 110px;
    top: 45px;
    height:1px;
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(0,0,0);
}
.font-normal {
    font-weight: 400;
}
.history_h3{font-size:36px;display:none;}
 .ptext{margin-top:16px;}
@media all and (max-width:1700px) {
    
}
@media all and (max-width:1599px) {
    .rounded-full {
        width: 85px;
        height: 85px;
        font-size: 26px;
        line-height: 85px;
    }    
    .diymt-40{
        margin-top:25px;
    }
}
@media all and (max-width:1430px) {
    
}
@media all and (max-width:1279px) {
    
} 
@media all and (max-width:1100px) {
    
}
@media all and (max-width:1000px) {
     
}
@media all and (max-width:640px) {
     .grid-cols-3 {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .rounded-full {
        width: 70px;
        height: 70px;
        font-size: 18px;
        line-height: 70px;
    }    
    .diymt-40{
        margin-top:25px;
    }
    .ptext{margin-top:0px;}
    .sm\:text-base{font-size:14px;line-height:22px;}
}