.roam-substance{
    overflow: hidden;
    margin-top: 30px;
}
.roam-garden{
    width: 386px;
    height: 273px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}

.roam-garden a.panorama-img-box{
    width: 386px;
    height: 218px;
    position: relative;
    display: block;
}
.roam-img{
    width: 386px;
    height: 218px;
    position: relative;
}
.roaming{
    width: 386px;
    height: 218px;
}
.code{
    width: 36px;
    height: 36px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
}
.roam-word{
    width: 386px;
    height: 54px;
    overflow: hidden;
}
.word-title{
    font-size: 16px;
    color: #333333;
    line-height: 54px;
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.word-title:hover{
    color: #d50000;
}
.word-good{
    width: 135px;
    height: 54px;
    float: right;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}
.word-good span{
    font-size: 12px;
    color: #666666;
    margin-left: 4px;
    line-height: 57px;
    float: right;
}
.word-good img{
    float: right;
    margin-top: 20px;
    width: 16px;
}
.good-img{
    margin-left: 10px;
    cursor: pointer;
}
.best-img{
    margin-left: 10px;
    cursor: pointer;
}
.roam-qrcode{
    width:386px ;
    height: 218px;
    margin-left:0px;
    margin-top:-218px;
    opacity:0;
    position: relative;
    z-index:99;
    background:url(../images/panoramic_roaming_mask.png) no-repeat;
    transition: all linear 0.5s;
}
.roam-qrcode svg{
    margin: 49px 133px 11px;
}
.block{
    display: block;
}
.none{
    display: none;
}
.qrCode-title {
    font-size: 16px;
    text-align: center;
    color:#ddd;
}
.roam-word .panorama-title{
    color:#333;
    font-size: 16px;
    height:55px;
    max-width:250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
