
.scenebox {
    background: #f5f8fd;
    overflow: hidden;
}

.scenebox-nav {
    width: 950px;
    height: 50px;
    line-height: 49px;
    margin: 30px auto;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
}

.scenebox-keyword {
    width: 950px;
    line-height: 49px;
    margin: 30px auto;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
}

.scenebox-keyword a {
    background: #a1a1a1;
    color: #fff;
    padding: 4px 7px 6px;
    line-height: 1;
    font-size: 12px;
}

.scene {
    width: 950px;
    overflow: hidden;
    margin: 30px auto;
    display: flex;
}
.sceneframe{
    width: 350px;
    height: 487px;
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    margin-right: 60px;
}
.sceneframe iframe{
    width: 100%;
    height: 100%;
}
.scene_main{
    width: 460px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 3px;
}
.scene_main .scene_main_header{
    padding: 20px 0;
    margin: 0 20px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.scene_main .scene_main_header .title {
    font-size: 16px;
    padding-bottom: 10px;
}

.scene_main .scene_main_header .description span{
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: #858589;
}
.scene_main .scene_main_header .description span + span {
    padding-left: 10px;
}
.scene_main .scene_main_header .description span:hover, .scene_main .scene_main_header .description span:hover i{
    color: #0cb46a;
}

.scene_main .scene_main_header .description span i{
    font-size: 12px;
    color: #858589;
}

.scene_main .scene_main_header .description span b {
    color: #0cb46a;
    font-style: normal;
    font-weight: normal;
}

.qrcode{
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.qrcode .qrtitle{
    line-height: 40px;
}

#code{
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.scenemake{
    margin: 34px auto;
}
.scene_make_a{
    width: 140px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: #0cb46a;
    border: 1px solid #0ba762;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
}
.scene_make_a:hover{
    background: #0ba762;
    color: #fff;
}

.scene_make_login{
    width: 140px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: #FF5722;
    border: 1px solid #FF5722;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
}
.scene_make_login:hover{
    background: #0ba762;
    color: #fff;
}

.scene_favorite{
    padding: 10px 0;
    text-align: center;
}

.scene_favorite em {
    font-style: normal;
}

span.scene_favorite.favorited i,span.scene_favorite.favorited em {
    color: #0cb46a !important;
}


