.vr_topbar{background: #0c6d56;transition: all ease .5s;}
.vr_topbar.gd{background: rgba(0,0,0,.9);}
.vr_list .in{background-color: rgba(0,0,0,.8);}
.vr_topbar h1{height:.7rem;margin-top: .1rem;background: url(../images/logo_lovol.png) no-repeat center left/auto 100%;}
.vr_ask .sub_form{background: #0c6d56;}
.vr_card .in,
.vr_addvx .in{background-image: url(../model_images/card_bg.png);}
.vr_thumbs .item.act{border-color: #0c6d56;}
.alert_tc .in{background: #0c6d56;}
.machine_name{font-size: .36rem;}
.vr_topbar .back_index{width: 1rem;height: 100%;font-size: .24rem;text-align: right;color: #fff;}
.vr_topbar .cur_machine{width: 1.5rem;}
/* PC端调整 */
@media only screen and (min-width:750px){
    .machine_name{font-size: 28px;}
    .vr_topbar h1{width:202px;height:40px;margin-top: 5px;}
    .vr_card .logo{width: 160px;height: 60px;}
    .vr_addvx .in .ewm{padding: 0;}
    .vr_card .ewm_box{padding: 0;}
    .vr_topbar .cur_machine{width: 90px;}
    .vr_topbar .back_index{width: 90px;font-size: 16px;}
}