<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vr-content{
    margin: 0 8.5vw;
    margin-top: 2vw;
    width: 82.1vw;
}
.vr-content:after,.vr-content:before{
    content:"";
    display:table;
}
.vr-content:after{
    clear:both;
}
.vr-list{
    width: 39.79vw;
    height: 31.97vw;
    float: left;
    position: relative;
}
.vr-list-a{
    display: block;
}
.vr-list:nth-child(2n+1){
    margin-left: 2.5vw;
}
.circular{
    border-radius: 50%;
    width: 4.4vw;
    height: 4.4vw;
    line-height: 4.4vw;
    text-align: center;
    background-color: rgba(0,0,0,0.35);
    position: absolute;
    color:#fff;
    top: 10.82vw;
    left: 17.695vw;
    font-size: 1vw;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.vr-list:hover .circular ,.vr-list:hover .vr-list-bottom .vr-list-bottom-right{
    background-color: #d9b765;
}
.circular p:first-child{
    margin-top: 0.9vw;
}
.circular p{
    line-height: normal;
}
.vr-list .img{
    width: 39.79vw;
    height: 26.04vw;
    overflow: hidden;
}
.vr-list .img img{
    width: 100%;
    height: 100%;
}
.vr-list:hover .img img{
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.vr-list-bottom{
    width: 37.29vw;
    height: 6.25vw;
    background-color: #fff;
    position: absolute;
    bottom: 3vw;
    left: 1.25vw;
    box-shadow: 0px 0px 10px #999;
}
.vr-list-bottom .vr-list-bottom-left{
    width: 7.59vw;
    padding-left: 1.5vw;
    height: : 6.25vw;
    /*text-align: center;*/
    float: left;
}
.vr-list-bottom .vr-list-bottom-left p{
    font-size: 1vw;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.vr-list-bottom .vr-list-bottom-left p:first-child{
    height: 3.7vw;
    line-height: 5vw;
    /*margin-top: 1.4vw;*/
    font-size: 1.3vw;
    color:#000;
}
.vr-list-bottom .vr-list-bottom-mid{
    border-left: 2px solid #dddddd;
    padding-left: 2vw;
    width: 22.252vw;
    height: 1vw;
    line-height: 1vw;
    float: left;
    margin-top: 4vw;
}
.vr-list-bottom .vr-list-bottom-mid img{
    margin-right: 0.7vw;
    vertical-align:baseline;
}
.vr-list-bottom .vr-list-bottom-mid span{
    font-size: 0.8vw;
}
.vr-list-bottom .vr-list-bottom-right{
    width: 7.448vw;
    height: 6.25vw;
    text-align: center;
    float: left;
    background-color:#666666;
    /*background-color:#d9b765;*/
}
.vr-list-bottom .vr-list-bottom-right img{
    margin-top: 1vw;
    width: 3.38vw;
}
.vr-list-bottom .vr-list-bottom-right span{
    display: block;
    margin-top: 1vw;
    font-size: 0.9vw;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 0.5vw;
}


.screening{
    margin-bottom: 2vw;
}
.conditions{
    min-height: 3vw;
    line-height: 3vw;
    /*border-bottom:1px solid #eee;*/
    font-size: 0.85vw;
}
.conditions span{
    display: inline-block;
    /*padding-left: 3vw; */

}
.conditions:last-child{
    border-bottom:none;
}
.conditions .clean-check{
    display: block;
    float: right;
    padding-right: 3vw;
    font-size: 0.7vw;
    color:#999;
}
.conditions .clean-check:hover{
    color: #3e3e3e;
}
.conditions a{
    display: inline-block;
    color:#888;
    height: 1.8vw;
    line-height: 1.8vw;
    padding: 0 0.7vw;
}
.conditions a:hover{
    color: #333;
}
.conditions .check{
    color: #fff;
    background-color: #d9b765;
}
.condition-select{
    width: 81.3vw;
    height: 3.1vw;
    border:1px solid #eee;
    margin-bottom: 1vw;
}
.condition-select-input{
    float: right;
    margin-right: 2vw;
}
.condition-select select{
    display: inline-block;
    float: right;
    height: 2vw;
    margin: 0.55vw 1vw;
    padding: 0 0.2vw;
    width: 5.5vw;
    font-size: 0.6vw;
    border:1px solid #ce7777;
}
.condition-select input{
    display: inline-block;
    float: left;
    height: 2vw;
    margin: 0.55vw 0 0.55vw 1vw;
    padding: 0 0.2vw 0 0.5vw;
    width: 8vw;
    font-size: 0.6vw;
    border:1px solid #ce7777;
}
.condition-select a{
    display: inline-block;
    float: left;
    height: 2vw;
    line-height: 2vw;
    font-size: 0.7vw;
    margin: 0.55vw 0;
    background-color: #d9b765;
    text-align: center;
    color:#fff;
    padding:0 1vw;
}</pre></body></html>