.vgdiv{
    margin-top: 0.75rem;
}
.vg-lf{
    width: calc(100% - 20rem);
    display: inline-block;
    float: left;
    border: 1px solid #e8e8fd;
}
.night .vg-lf{
    border: 1px solid #444;
}
.vg-lr{
    width: 20rem;
    display: inline-block;
    float: right;
    padding-left: 0.75rem;
}
.vg-lr>div{
    border: 1px solid #e8e8fd;
    padding: 0.25rem;
    border-radius: 3px;
}
.night .vg-lr>div{
    border: 1px solid #444;
}
.vgsetup{
    border: 1px solid #e8e8fd;
    margin-bottom: 0.25rem;
    padding: 0.5rem;
    border-radius: 3px;
    position: relative;
}
.night .vgsetup{
    border: 1px solid #444;
}
.vgsetup .txtop{
    height: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
}
.night .vgsetup .txtop{
    color:#aaa;
}
.vgsetup .txtop span{
    font-size: 0.6rem;
    float: right;
}
.vgbuts>div{
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 0.25rem;
}
.vgbuts>div span{
    height: 1.8rem;
    line-height: 1.8rem;
    display: block;
    border: 1px solid #e8e8fd;
    border-radius: 3px;
    cursor: pointer;
}

.night .vgbuts>div span{
    border: 1px solid #444;
    color: #aaa;
}

#setStartBtn,.night #setStartBtn{
    background-color: #06b672;
    border: 1px solid #06b672;
    color: #fff;
}

.preview-container {
    position: relative;
    background: black;
    border-radius: 3px;
    overflow: hidden;
}
.video-container {
    position: relative;
    overflow: hidden;
    height: 17.7rem;
}
#videoPlayer {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.vgsetup{

}
.resgif{
    padding: 0.25rem;
    text-align: center;
    border: 1px solid #e8e8fd;
    border-radius: 3px;
    margin-top: 0.75rem;
    display: none;
}

.night .resgif{
    border: 1px solid #444;
}

.gifloads{
    font-size: 0.6rem;
    color: #06b672;
    border-bottom: 1px solid #e8e8fd;
    padding-bottom: 0.25rem;
}

.night .gifloads{
    border-bottom: 1px solid #444;
}

.gifloads>div{
    height: 1.4rem;
    line-height: 1.4rem;
}

.gifloads i{
    margin-right: 0.25rem;
    font-size: 0.6rem;
    -webkit-animation: aitoolload 1.4s infinite linear;
    animation: aitoolload 1.4s infinite linear;
    display: inline-block;
}
.resimgdisplay video{
    max-width: 100%;
}
.resimgdisplay span{
    height: 1.8rem;
    line-height: 1.8rem;
    display: inline-block;
    padding: 0 1.5rem;
    border: 1px solid #e8e8fd;
    margin: 0.75rem 0 0.5rem 0;
    cursor: pointer;
}
.night .resimgdisplay span{
    border: 1px solid #444;
    color: #aaa;
}
.novidemtip{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #aaa;
    text-align: center;
    font-size: 1rem;
}

#suduhakuai{
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
}

.resvideolist{
    padding: 0.25rem 0;
}

.resvideolist>div{
    width: calc(100% / 4);
    float: left;
    display: inline-block;
    padding: 0.25rem;
}

.resvideolist>div video{
    width: 100%;
}

.resvideolist>div>div{
    border-radius: 6px;
    border: 1px solid #e8e8fd;
    overflow: hidden;
}

.night .resvideolist>div>div{
    border: 1px solid #444;
}

.resvideolist>div>div>div{
    height: 1.8rem;
    line-height: 1.8rem;
    border-bottom: 1px solid #e8e8fd;
}

.night .resvideolist>div>div>div{
    color:#aaa;
    border-bottom: 1px solid #444;
}

.resvideolist>div>div>div:last-child{
    border-bottom: 0;
    padding: 0.2rem;
}

.resvideolist>div>div>div span.viderdow{
    display: block;
    background-color: #FF5722;
    color: #fff;
    height: 1.4rem;
    line-height: 1.4rem;
    width: 100%;
    border-radius: 3px;
}

.dowzips{
    padding: 0.5rem 0 0.25rem 0;
    border-top: 1px solid #e8e8fd;
    display: none;
}

.night .dowzips{
    border-top: 1px solid #444;
}

.dowzips span{
    height: 1.8rem;
    line-height: 1.8rem;
    border: 1px solid #e8e8fd;
    display: inline-block;
    padding: 0 1.2rem;
    border-radius: 3px;
}

.night .dowzips span{
    border: 1px solid #444;
    color: #aaa;
}

@media screen and (max-width: 1190px){
    .resvideolist>div {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 1023px){
    .resvideolist>div {
        width: calc(100% / 2);
    }
}
    
@media screen and (max-width: 1180px){
    .vg-lf{
        width: 100%;
    }
    .vg-lr{
        width: 100%;
        padding-left:0;
    }
}

@media screen and (max-width: 490px){
    .resvideolist>div {
        width: calc(100% / 1);
    }
}