#fanseres{
    text-align: center;
    border: 1px solid #e8e8fd;
    margin-top: 0.75rem;
    border-radius: 6px;
    padding: 0.75rem 0;
    display: none;
}

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

#fanseres>div:last-child{
    margin-top: 0.75rem;
    border-top: 1px solid #e8e8fd;
    padding-top: 0.75rem;
}

.night #fanseres>div:last-child{
    border-top: 1px solid #444;
}

#fanseres>div:last-child span{
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 2.5rem;
    border: 1px solid #e8e8fd;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
}

.night #fanseres>div:last-child span{
    border: 1px solid #444;
    color: #aaa;
}

.resimg>div{
    width: 50%;
    display: inline-block;
    float: left;
}

.resimg>div:first-child{
    border-right: 1px solid #e8e8fd;
}

.night .resimg>div:first-child{
    border-right: 1px solid #444;
}

.resimg>div span{
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 2.5rem;
    border: 1px solid #e8e8fd;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 0.75rem;
}

.night .resimg>div span{
    border: 1px solid #444;
    color: #aaa;
    background-color: #333;
}

.resimg #fanseyantu,.resimg #chulihou{
    max-width: 40%;
    height: 100%;
    display: block;
    margin: auto;
}

@media screen and (max-width: 1088px){
    .resimg #fanseyantu,.resimg #chulihou{
        max-width: 80%;
        height: 100%;
        display: block;
        margin: auto;
    }
}

@media screen and (max-width: 470px){
    .resimg>div {
        width: 100%;
    }
    .resimg>div:first-child {
        border-right: 0;
        margin-bottom: 0.75rem;
    }
    .night .resimg>div:first-child {
        border-right: 0;
        margin-bottom: 0.75rem;
    }
}