.tvshow{
    background-color: #c7bfe6;
    background-attachment:fixed;
    background-size:cover;
}
.tvshow #message {
    position:fixed;
    top:0;
    right:0;
    height: 32px;
    color: #fff;
    background-color: #14e818;
    border: none;
    border-radius: 50px;
    z-index: 9999;
}
.tvshow .tvshowinfo {
    margin-top: 130px;
}
.tvshow #tvshow {
    display: none;
}
.tvshow #tvshow button {
    width: 70px;
    height: 28px;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 14px;
    background-color: #fff;
}
.tvshow #tvshowsex {
    display: none;
}
.tvshow #tvshowsex button {
    width: 70px;
    height: 28px;
    border-radius: 14px;
    background-color: #fff;
}
.tvshow video{
    width:100%;
    height:200px;
    max-width: 100%;
    margin: 0 auto;
}
.tvshow .code{
    display: flex;
    align-items: stretch;
}
.tvshow .input-val {
    width: 100%;
    height: 42px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.tvshow #canvas {
    width: 130px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer;
}
.tvshow #info {
    display: none;
}
.tvshow .btn {
    display: block;
    margin-top: 10px;
    height: 32px;
    width: 100px;
    font-size: 16px;
    color: #fff;
    background-color: #457adb;
    border: none;
    border-radius: 50px;
}
