#youkuBox {
    /* background-color: #fff; */
    padding: 0.5rem;
}

.operateBox {
    padding: 0.5rem;
    width: 100%;
    /* height: 4rem; */
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 10px;
    color: yellow;
    background: #22a9e8a1;
}

.you_button {
    align-items: center;
    background-clip: padding-box;
    background-color: #00fa15;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.7rem;
    font-weight: 600;
    justify-content: center;
    padding: 0.4rem;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: 50%;
}

.youku_panel {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    /* background-color: #fff; */
}

.youku_panel img {
    width: 100%;
}

.yk-p1 {
    position: relative;
    width: 90%;
    height: 10%;
    margin: 0px auto;
    /* background-color: pink; */
}

.yk_p1 img {
    max-width: 100%;
}

.youku_p {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffeb0b;
    font-weight: bold;
}

.yk_p2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}