.inner-container {
  position: relative;
}

.inner-container .bg-top {
  position: absolute;
  top: 0;
  width: 100%;
}

.inner-container .bg-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.inner-container .layout {
  position: relative;
  z-index: 1;
}

.r-list-dm-doctor001 {
    margin: 0 auto;
}

.r-list-dm-doctor001 ul {
    display: flex;
    margin: 0 -1%;
    flex-wrap: wrap;
}

.r-list-dm-doctor001 ul li {
    width: 14.6%;
    margin: 0 1%;
    margin-bottom: 0.2rem;
}

.r-list-dm-doctor001 ul li a {
    width: 100%;
    display: block;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0.1rem;
}

.r-list-dm-doctor001 ul li a .inner-img {
    width: 100%;
    padding-bottom: 142%;
    position: relative;
    overflow: hidden;
}

.r-list-dm-doctor001 ul li a .inner-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

.r-list-dm-doctor001 ul li a .bottom-info {
    height: 0.64rem;
}

.r-list-dm-doctor001 ul li a .name {
    font-size: 0.18rem;
    line-height: 1;
    margin-top: 0.1rem;
    text-align: center;
}

.r-list-dm-doctor001 ul li a .protit {
    font-size: 0.16rem;
    line-height: 1;
    margin-top: 0.1rem;
    text-align: center;
    color: #666;
}

.r-list-dm-doctor001 ul li a:hover {
    box-shadow: 0 0 10px var(--ruifox-color-primary-3);
}

.r-list-dm-doctor001 ul li a:hover .inner-img img {
    transform: scale(0.94);
}

.r-list-dm-doctor001 ul li a:hover .name {
    color: var(--ruifox-color-primary-1) !important;
}

@media (max-width: 960px) {
    .r-list-dm-doctor001 {
        width: 100%;
    }

    .r-list-dm-doctor001 ul {
        margin-right: 0;
        justify-content: space-between;
    }

    .r-list-dm-doctor001 ul li {
        width: 47%;
        margin-right: 0;
    }
}

/*# sourceMappingURL=list-dm-doctor001.css.map */