ul,
li {
    list-style: none;
}

#poster {
    width:100%;
    height: 750px;
}

#focus {
    width:100%;
    height: 750px;
    position: relative;
    overflow: hidden;
}

#focus ul {
    display: flex;
    height: 750px;
    position: absolute;
}

#focus ul li img {
    width:100%;
    height: 750px;
}

#focus .icon {
    width:100%;
    height: 15px;
    position: absolute;
    left: 0;
    top: 705px;
    text-align: center;
    padding: 2px 0px;
}

#focus span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
}

#focus span.on {
    background-color: #ffffff;
}

#focus .prenext {
    width: 180px;
    height: 750px;
    position: absolute;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #e4e4e4cd;
    font-size: 75px;
}

#focus .prenext:nth-child(1) {
    border-top-right-radius: 10px;
}

#focus .prenext:hover {
    background-color: #00000042;
    box-shadow: 6px -1px 20px 20px rgba(0, 0, 0, 0.256);
}

#focus .pre {
    left: 0px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

#focus .next {
    right: 0px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

#poster2 {
    width:100%;
    height: 318px;
    position: relative;
}

#focus2 {
    height: 318px;
    width: 1360px;
    margin: 120px auto;
    /* outline: 1px solid red; */
    position: relative;
    overflow: hidden;
}

#focus2 ul {
    height: 318px;
    position: absolute;
    display: flex;
    justify-content: space-between;
}

#focus2 ul li {
    width: 318px;
    height: 318px;
    text-align: center;
    /* background-color: #00000042; */
    /* z-index: -1; */
}

#focus2 ul li h2,
#focus2 ul li p {
    color: rgb(223, 223, 223);
    position: absolute;
    font-weight: 400;
}

#focus2 ul li h2 {
    top: 20px;
    margin-left: 20px;
}

#focus2 ul li p {
    top: 50px;
    margin-left: 20px;
}

#focus2 ul li img {
    width: 318px;
    height: 318px;
}

.Hr1 {
    height: 40px;
    width: 1000px;
}

#poster2 .prenext {
    width: 46px;
    height: 318px;
    /* outline: 1px solid red; */
    position: absolute;
    top: 0px;
    background-color: #2F2F2F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: azure;
}

#poster2 .pre {
    left: 0px;
}

#poster2 .next {
    right: 0;
}

.pingbi {
    width: 318px;
    height: 318px;
    position: absolute;
    /* z-index: 1; */
    /* background-color: #bd2020e9; */
}

.pingbicss {
    background-color: #0000007b;
}