/*  */
.crks{} 
.crks .flex{    display: flex;    flex-wrap: wrap;}
.crks .wl {position: relative;z-index: 1;transition: 0.5s;/* width: calc(100% - 45px); */}.wl::after { content: ""; z-index: -1; position: absolute; left: 0px; bottom: 0px; width: 0px; height: 100%; }
.crks ::after, ::before {
    transition: 0.5s;
}
.crks .crks ul{} 
.ul-ico{background: #fff;padding: 0.5rem .2rem 0.05rem;justify-content: space-between;}
.ul-ico li *{transition: 0.5s;}
.ul-ico li{margin-bottom: 0.2rem;width: 48%;}
.ul-ico li a{/* height: 0.92rem; */align-items: center;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);background: #fff;justify-content: center;padding: .2rem;}
.ul-ico li a::after{background: #65216a;left: 50%;}
.ul-ico li .img{width: 0.56rem;height: 0.56rem;border-radius: 50%;background: #fef2ff;position: relative;display: flex;justify-content: center;align-items: center;}
.ul-ico li img{/* position: absolute; */top: 0.05rem;right: 0.05rem;max-width: 0.54rem;max-height: 0.47rem;}
.ul-ico li p{padding-left: 0.35rem;font-size: 0.23rem;color: #111;line-height: 1.4;width: 2.5rem;width: calc(100% - 57px);}
.ul-ico li a:hover::after{width: 100%;left: 0;}
.ul-ico li a:hover p{color: #fff;}
.ul-ico li a:hover .img{background: #fff;display: flex;align-items: center;justify-content: center;}
.ul-ico li a:hover img{position: relative;top: auto;right: auto;max-width: 0.34rem;max-height: 0.28rem;}
@media screen and (max-width: 1024px) {
.ul-ico li p {
    padding-left: 0.1rem;
}}
@media screen and (max-width: 900px) {
.crks .flex li a {
    flex-direction: column;
}
.ul-ico li img {position: relative;}
.ul-ico li p {
padding: 0;
    text-align: center;
}
}
@media screen and (max-width: 900px) {
.ul-ico li {
    margin-bottom: 0.2rem;
    width: 100%;
}
}