.index-hot .left {
    width: 100%;
    height: 300px;
    background-color: var(--ay-blue);
    background-image: linear-gradient(to bottom right, var(--ay-blue), var(--ay-blue2));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.index-hot .left .title {
    color: #fff;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 700;
}

.index-hot .left a {
    display: block;
    font-size: 14px;
    padding: 5px 15px;
    background-color: var(--ay-blue);
    color: #fff;
    border-radius: 30px;
}

.index-hot .auto {
    width: 100%;
    height: 300px;
    background-color: #fff;
    padding: 10px;
}

.index-hot .auto .swiper-slide {
    height: calc((100% - 30px) / 2);
    border: 1px solid var(--bs-gray-200);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-hot .auto .swiper-slide .fl {
    width: 123px;
    height: 100%;
}

.index-hot .auto .swiper-slide .fl img {
    width: 100%;
    height: 100%;
}

.index-hot .auto .swiper-slide .fr {
    width: calc(100% - 135px);
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index-hot .auto .swiper-slide .fr .title {
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: var(--bs-gray-800);
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-hot .auto .swiper-slide .fr .jg {
    height: 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 5px;
}

.index-hot .auto .swiper-slide .fr .jg em {
    font-style: normal;
    font-size: 18px;
    color: var(--ay-blue);
    margin-right: 10px;
}

.index-hot .auto .swiper-slide .fr .jg span {
    font-size: 14px;
    color: var(--bs-gray);
    text-decoration: line-through;
}

.index-hot .auto .swiper-slide .fr a {
    display: block;
    width: max-content;
    font-size: 14px;
    padding: 2px 20px;
    background-color: var(--ay-blue);
    color: #fff;
    border-radius: 20px;
}

.index-hot .auto .swiper-slide .fr a:hover {
    background-color: var(--ay-blue1);
}

.index-hot .auto:hover .swiper-button-next,
.index-hot .auto:hover .swiper-button-prev {
    background-color: rgb(0 0 0 / 10%);
    color: #fff;
}

.index-hot .auto .swiper-button-next,
.index-hot .auto .swiper-button-prev {
    height: 100%;
    width: 40px;
    top: 22px;
    color: var(--ay-blue);
}

.index-hot .auto .swiper-button-next {
    right: 0;
}

.index-hot .auto .swiper-button-prev {
    left: 0;
}

.index-hot .right {
    width: 100%;
    height: 300px;
    border: 1px solid var(--bs-gray-200);
}

.index-hot .right .nlogin,
.index-hot .right .ylogin {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-hot .right .nlogin .userface {
    width: 100px;
    height: 100px;
    color: var(--bs-gray-500);
}

.index-hot .right .nlogin a.btn-login {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    font-size: 14px;
    background-color: var(--ay-blue);
    background-image: linear-gradient(to right, var(--ay-blue), var(--bs-info));
    color: #fff;
    border-radius: 5px;
}

.index-hot .right .nlogin a.btn-reg{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    font-size: 14px;
    background-color: var(--bs-gray-300);
    color: var(--bs-gray-600);
    border-radius: 5px;
}

.index-hot .right .nlogin a.btn-login:hover,
.index-hot .right .nlogin a.btn-reg:hover {
    background-color: var(--ay-blue1);
    background-image: linear-gradient(to right, var(--ay-blue1), var(--ay-blue1));
    color: #fff;
}

.index-hot .right .ylogin .userface {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    box-shadow: 0px 0px 30px var(--bs-gray-300);
    overflow: hidden;
}

.index-hot .right .ylogin .userface img {
    width: 100%;
    height: 100%;
}

.index-hot .right .ylogin .grade {
    background-color: var(--bs-gray-300);
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 15px;
}

.index-hot .right .ylogin .usericon {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-hot .right .ylogin .usericon a {
    display: flex;
    width: calc((100% - 30px) / 3);
    height: 45px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.index-hot .right .ylogin .usericon a i {
    width: 25px;
    height: 25px;
    color: var(--ay-blue);
    position: relative;
}

.index-hot .right .ylogin .usericon a em {
    display: block;
    height: 20px;
    font-size: 14px;
}

.index-list {
    width: 100%;
    padding: 20px;
    background-color: #fff;
}

.index-list .title {
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    text-indent: 10px;
    font-weight: 700;
    color: var(--bs-gray-800);
}

.index-list .title::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    top: 5px;
    left: 0;
    background-color: var(--ay-blue);
}

.index-list ul {
    display: flex;
    flex-wrap: wrap;
}

.index-list ul li {
    width: calc(100% / 5);
    height: 50px;
    margin-top: 20px;
}

.index-list ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.index-list ul li a img {
    width: 50px;
    height: 100%;
    margin-right: 15px;
    border-radius: 10px;
}

.index-list ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}