<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box {
    height: 345px;
    width: 570px;
    margin-top: 35px;
    margin-left: 35px;
    overflow: hidden;
    position: relative;
}

.box-1 ul li {
    width: 570px;
    height: 345px;
    position: relative;
    overflow: hidden;
}

.box-1 ul li img {
    display: block;
    width: 100%;
    height: 345px;
}

.img-text {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 570px;
    background: rgba(125, 125, 120, .4);
    text-indent: 1em;
    /*padding-right: 373px;*/
    font-size: 17px;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    color: ghostwhite
}

.box-1 ul li h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    /* width: 300px; */
    background: rgba(125, 125, 120, .4);
    text-indent: 1em;
    padding-right: 373px;
    font-size: 17px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    color: ghostwhite
}

.box-2 {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.box-2 ul li {
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    text-indent: 100px;
    cursor: pointer;
}

.box-2 ul .on {
    background: rgba(255, 0, 0, 0.5);
}

.box-3 span {
    position: absolute;
    color: white;
    background: rgba(125, 125, 120, .3);
    width: 50px;
    height: 80px;
    top: 50%;
    font-family: "氓庐鈥姑ぢ解€�";
    line-height: 80px;
    font-size: 60px;
    margin-top: -40px;
    text-align: center;
    cursor: pointer;
}

.box-3 .prev {
    left: 10px;
}

.box-3 .next {
    right: 10px;
}

.box-3 span::selection {
    background: transparent;
}

.box-3 span:hover {
    background: rgba(125, 125, 120, .8);
}


</pre></body></html>