@charset "UTF-8";



.imged {
    position: relative;
    padding-top: 65%;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center top !important;
}

.imged img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
    display: none;
}

.scale {
    overflow: hidden;
    position: relative;
}


/* 组件ID */
.myzj {
    padding-top: .5rem;
    padding-bottom: .6rem;
    background: url(../images/my-bg.png) no-repeat center bottom;
    background-size: cover;
}

.myzj-lt>ul {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
}

.myzj-lt ul li a {
    display: block;
    margin: .2rem .3rem;
    padding: .5rem 0;
    padding-bottom: .6rem;
    background: url(../images/my-tbg1.png) no-repeat left bottom #fff;
    border-radius: .4rem 0rem .4rem 0rem;
    border: 1px solid #EBC290;
    transition: box-shadow 0.5s;
}

.myzj-lt ul li a:hover {
    background: url(../images/my-tbg2.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 .2rem 0rem rgba(124, 27, 9, .6);
}

.myzj-lt ul li a:hover .my-pic {
    background: transparent;
}

.myzj-lt ul li a:hover .my-pic::after {
    opacity: 1;
    animation: roate 10s linear infinite;
}

.my-pic::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/my-q.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
}

@keyframes roate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.my-pic {
    width: 1.34rem;
    height: 1.34rem;
    border-radius: 50%;
    padding: .15rem;
    background: #FDEFDD;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
}

.my-pic .scale {

    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.my-pic .scale .imged {   
 padding-top: 0;
}

.my-tx {
    text-align: center;
}

.my-tx h3 {
    font-size: .22rem;
    color: #242424;
    margin-top: .3rem;
    margin-bottom: .2rem;
    font-weight: 600;
}

.my-tx p {
    font-size: .18rem;
    color: #8C8C8C;
}

.myzj-lt ul li a:hover h3 {
    color: #ffffff;
}

.myzj-lt ul li a:hover p {
    color: #ffffff;
}


.myzj-lt .slick-dots li {
    width: .12rem;
    height: .12rem;
    background: #E2C49E;
    margin: 0 .06rem;
    border-radius: 50%;
}

.myzj-lt>ul {
    padding-bottom: .8rem;
}

.myzj-lt .slick-dots li.slick-active {
    background: #976C37;
}

.myzj-lt .slick-prev {
    width: .46rem;
    height: .46rem;
    background: url(../images/my-l.png) no-repeat;
    background-size: 100% 100%;
    left: 42%;
    top: 98%;
}

.myzj-lt .slick-prev:hover {
    background: url(../images/my-lh.png) no-repeat;
    background-size: 100% 100%;
}

.myzj-lt .slick-next {
    width: .46rem;
    height: .46rem;
    background: url(../images/my-r.png) no-repeat;
    background-size: 100% 100%;
    top: 98%;
    right: 42%;
}

.myzj-lt .slick-next:hover {
    background: url(../images/my-rh.png) no-repeat;
    background-size: 100% 100%;
}
















@media screen and (max-width: 1200px) {
    .myzj-lt .slick-next {
        right: .2rem;
    }
    .myzj-lt .slick-prev {
        left: .2rem;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}