﻿.new-fankui {
    padding: 5px 3px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: fixed;
    top: 50%;
    right: 2px;
    z-index: 99;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    color: #AAAAAA;
    background-color: white;
    text-align: center;
}

.new-fankui-top img {
    width: 20px;
}

iframe {
    width: 100%;
    height: 224px;
}
